How does one detect the duration of an Android 2.1 touch event? I would like to respond only if the region has been pressed for say 5 seconds?
long eventDuration = event.getEventTime() - event.getDownTime();