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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.h 100 virtual bool OnDoubleTapEvent(const MotionEvent& e) = 0;
133 virtual bool OnDoubleTapEvent(const MotionEvent& e) OVERRIDE;
gesture_detector.cc 111 bool GestureDetector::SimpleGestureListener::OnDoubleTapEvent(
297 handled |= double_tap_listener_->OnDoubleTapEvent(ev);
331 handled |= double_tap_listener_->OnDoubleTapEvent(ev);
387 handled |= double_tap_listener_->OnDoubleTapEvent(ev);
gesture_provider.cc 464 virtual bool OnDoubleTapEvent(const MotionEvent& e) OVERRIDE {

Completed in 35 milliseconds