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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.h 76 virtual bool OnSingleTapUp(const MotionEvent& e) = 0;
113 virtual bool OnSingleTapUp(const MotionEvent& e) OVERRIDE;
gesture_detector.cc 67 bool GestureDetector::SimpleGestureListener::OnSingleTapUp(
389 handled = listener_->OnSingleTapUp(ev);
gesture_provider.cc 425 virtual bool OnSingleTapUp(const MotionEvent& e) OVERRIDE {
430 // OnSingleTapUp() in this case. This assumes singleTapUp
528 // OnSingleTapUp() will be mistakenly fired.

Completed in 99 milliseconds