HomeSort by relevance Sort by last modified time
    Searched defs:TAP (Results 1 - 14 of 14) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
TouchEvent.java 64 TAP,
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
GestureDetector.java 60 * Notified when a tap occurs with the down {@link MotionEvent}
79 * Notified when a tap occurs with the up {@link MotionEvent}
82 * @param e The up motion event that completed the first tap
129 * The listener that is used to notify when a double-tap or a confirmed
130 * single-tap occur.
134 * Notified when a single-tap occurs.
138 * first tap is not followed by a second tap leading to a double-tap
141 * @param e The down motion event of the single-tap
    [all...]
  /frameworks/base/core/java/android/view/
GestureDetector.java 47 * Notified when a tap occurs with the down {@link MotionEvent}
66 * Notified when a tap occurs with the up {@link MotionEvent}
69 * @param e The up motion event that completed the first tap
116 * The listener that is used to notify when a double-tap or a confirmed
117 * single-tap occur.
121 * Notified when a single-tap occurs.
125 * first tap is not followed by a second tap leading to a double-tap
128 * @param e The down motion event of the single-tap
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 69 private static final int TAP = 3;
85 * True when the user is still touching for the second tap (down, move, and
86 * up events). Can only be true if there is a double tap listener attached.
122 case TAP:
123 // If the user's finger is still down, do not count it as a tap
185 * Sets the listener which will be called for double-tap and related
189 * null to stop listening for double-tap gestures.
285 boolean hadTapMessage = mHandler.hasMessages(TAP);
286 if (hadTapMessage) mHandler.removeMessages(TAP);
289 // This is a second tap
    [all...]
  /frameworks/base/services/input/
InputReader.h 172 // Tap gesture delay time.
173 // The time between down and up must be less than this to be considered a tap.
176 // Tap drag gesture delay time.
177 // The time between the previous tap's up and the next down must be less than
178 // this to be considered a drag. Otherwise, the previous tap is finished and a
179 // new tap begins.
181 // Note that the previous tap will be held down for this entire duration so this
186 // to up and still be called a tap.
    [all...]
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 

Completed in 1644 milliseconds