Short version: I want a way to start a time-based counter on an onTouchEvent, and test to see if a certain amount of time has passed before responding, as a manual LongTouch det
Just look in the source code of android.
Long press in GestureDetector starts a delayed message on "key down". When this message is coming before "key up" it is an long press.
Just a link to the source http://www.devdaily.com/java/jwarehouse/android/core/java/android/view/GestureDetector.java.shtml