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

  /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...]
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 33 TAP,
129 timeout_callbacks_[TAP] = &GestureDetector::OnTapTimeout;
130 timeout_delays_[TAP] = config.double_tap_timeout;
286 bool had_tap_message = timeout_handler_->HasTimeout(TAP);
288 timeout_handler_->StopTimeout(TAP);
292 // This is a second tap.
294 // Give a callback with the first tap of the double-tap.
296 // Give a callback with down event of the double-tap.
299 // This is a first tap
    [all...]
  /external/llvm/lib/Object/
IRObjectFile.cpp 84 std::unique_ptr<MCTargetAsmParser> TAP(
86 if (!TAP)
89 Parser->setTargetParser(*TAP);
  /external/clang/tools/driver/
cc1as_main.cpp 393 std::unique_ptr<MCTargetAsmParser> TAP(
395 if (!TAP)
399 Parser->setTargetParser(*TAP.get());
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 142 std::unique_ptr<MCTargetAsmParser> TAP(
144 if (!TAP)
148 Parser->setTargetParser(*TAP.get());
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 326 std::unique_ptr<MCTargetAsmParser> TAP(
329 if (!TAP) {
336 Parser->setTargetParser(*TAP.get());
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
InputReader.h 176 // Tap gesture delay time.
177 // The time between down and up must be less than this to be considered a tap.
180 // Tap drag gesture delay time.
181 // The time between the previous tap's up and the next down must be less than
182 // this to be considered a drag. Otherwise, the previous tap is finished and a
183 // new tap begins.
185 // Note that the previous tap will be held down for this entire duration so this
190 // 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 
  /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 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.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 
  /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 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 1045 milliseconds