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/
gesture_detector.h 99 virtual bool OnDoubleTap(const MotionEvent& e) = 0;
132 virtual bool OnDoubleTap(const MotionEvent& e) OVERRIDE;
scale_gesture_detector.h 107 virtual bool OnDoubleTap(const MotionEvent& ev) OVERRIDE;
gesture_detector.cc 107 bool GestureDetector::SimpleGestureListener::OnDoubleTap(const MotionEvent& e) {
295 handled |= double_tap_listener_->OnDoubleTap(*current_down_event_);
scale_gesture_detector.cc 301 bool ScaleGestureDetector::OnDoubleTap(const MotionEvent& ev) {
gesture_provider.cc 465 virtual bool OnDoubleTap(const MotionEvent& e) OVERRIDE { return false; }

Completed in 279 milliseconds