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

  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
DragAction.java 213 * Starts a drag with a tap.
215 TAP {
237 return "tap and drag";
268 * Starts a drag with a double-tap.
290 return "double-tap and drag";
384 String logMessage = "Injection of up event as part of the double tap " +
414 * @param coordinates a float[] with x and y values of center of the tap.
415 * @param precision a float[] with x and y values of precision of the tap.
  /frameworks/support/compat/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.
289 boolean hadTapMessage = mHandler.hasMessages(TAP);
290 if (hadTapMessage) mHandler.removeMessages(TAP);
294 // This is a second tap
    [all...]
  /frameworks/base/core/java/android/view/
GestureDetector.java 50 * Notified when a tap occurs with the down {@link MotionEvent}
69 * Notified when a tap occurs with the up {@link MotionEvent}
72 * @param e The up motion event that completed the first tap
119 * The listener that is used to notify when a double-tap or a confirmed
120 * single-tap occur.
124 * Notified when a single-tap occurs.
128 * first tap is not followed by a second tap leading to a double-tap
131 * @param e The down motion event of the single-tap
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp     [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 119 // Tap gesture delay time.
120 // The time between down and up must be less than this to be considered a tap.
123 // Tap drag gesture delay time.
124 // The time between the previous tap's up and the next down must be less than
125 // this to be considered a drag. Otherwise, the previous tap is finished and a
126 // new tap begins.
128 // Note that the previous tap will be held down for this entire duration so this
133 // 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/v1/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/sdk/current/support/compat/libs/
android-support-compat.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 

Completed in 2297 milliseconds