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

  /frameworks/base/core/java/android/view/
GestureDetector.java 48 * Notified when a tap occurs with the down {@link MotionEvent}
67 * Notified when a tap occurs with the up {@link MotionEvent}
70 * @param e The up motion event that completed the first tap
117 * The listener that is used to notify when a double-tap or a confirmed
118 * single-tap occur.
122 * Notified when a single-tap occurs.
126 * first tap is not followed by a second tap leading to a double-tap
129 * @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...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
TouchEvent.java 64 TAP,
  /external/clang/tools/driver/
cc1as_main.cpp 367 OwningPtr<MCTargetAsmParser> TAP(TheTarget->createMCAsmParser(*STI, *Parser));
368 if (!TAP) {
373 Parser->setTargetParser(*TAP.get());
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 126 TAP(TM.getTarget().createMCAsmParser(*STI, *Parser));
127 if (!TAP)
131 Parser->setTargetParser(*TAP.get());
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 328 OwningPtr<MCTargetAsmParser> TAP(TheTarget->createMCAsmParser(STI, *Parser));
329 if (!TAP) {
336 Parser->setTargetParser(*TAP.get());
  /external/llvm/tools/lto/
LTOModule.cpp 834 OwningPtr<MCTargetAsmParser> TAP(T.createMCAsmParser(*STI, *Parser.get()));
835 if (!TAP) {
841 Parser->setTargetParser(*TAP);
  /external/jmonkeyengine/engine/src/android/com/jme3/input/android/
AndroidInput.java 497 //Nothing to do here the tap has already been detected.
570 touch.set(Type.TAP, event.getX(), this.getHeight() - event.getY(), 0f, 0f);
  /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...]
InputReader.cpp     [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/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/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 538 milliseconds