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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 60 bool GestureDetector::SimpleGestureListener::OnDown(const MotionEvent& e) {
64 void GestureDetector::SimpleGestureListener::OnShowPress(const MotionEvent& e) {
67 bool GestureDetector::SimpleGestureListener::OnSingleTapUp(
72 void GestureDetector::SimpleGestureListener::OnLongPress(const MotionEvent& e) {
75 bool GestureDetector::SimpleGestureListener::OnScroll(const MotionEvent& e1,
82 bool GestureDetector::SimpleGestureListener::OnFling(const MotionEvent& e1,
89 bool GestureDetector::SimpleGestureListener::OnSwipe(const MotionEvent& e1,
96 bool GestureDetector::SimpleGestureListener::OnTwoFingerTap(
102 bool GestureDetector::SimpleGestureListener::OnSingleTapConfirmed(
107 bool GestureDetector::SimpleGestureListener::OnDoubleTap(const MotionEvent& e)
    [all...]
gesture_detector.h 107 class SimpleGestureListener : public GestureListener,

Completed in 558 milliseconds