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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.h 75 virtual void OnShowPress(const MotionEvent& e) = 0;
112 virtual void OnShowPress(const MotionEvent& e) OVERRIDE;
gesture_detector.cc 64 void GestureDetector::SimpleGestureListener::OnShowPress(const MotionEvent& e) {
477 listener_->OnShowPress(*current_down_event_);
gesture_provider.cc 420 virtual void OnShowPress(const MotionEvent& e) OVERRIDE {

Completed in 527 milliseconds