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

  /external/chromium_org/ui/events/gesture_detection/
scale_gesture_detector.h 88 bool OnDoubleTap(const MotionEvent& event);
gesture_detector.h 99 virtual bool OnDoubleTap(const MotionEvent& e) = 0;
132 virtual bool OnDoubleTap(const MotionEvent& e) OVERRIDE;
gesture_detector.cc 107 bool GestureDetector::SimpleGestureListener::OnDoubleTap(const MotionEvent& e) {
295 handled |= double_tap_listener_->OnDoubleTap(*current_down_event_);
gesture_provider.cc 460 virtual bool OnDoubleTap(const MotionEvent& e) OVERRIDE {
461 return scale_gesture_detector_.OnDoubleTap(e);
scale_gesture_detector.cc 282 bool ScaleGestureDetector::OnDoubleTap(const MotionEvent& ev) {

Completed in 9453 milliseconds