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

  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.h 60 // To be called before forwarding a tap event. This allows automatically
86 enum InputEventType { TAP, LONG_PRESS, INPUT_EVENT_TYPE_NONE };
  /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...]
  /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 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 565 milliseconds