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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.h 77 virtual void OnLongPress(const MotionEvent& e) = 0;
114 virtual void OnLongPress(const MotionEvent& e) OVERRIDE;
gesture_detector.cc 72 void GestureDetector::SimpleGestureListener::OnLongPress(const MotionEvent& e) {
483 listener_->OnLongPress(*current_down_event_);
gesture_provider.cc 487 virtual void OnLongPress(const MotionEvent& e) OVERRIDE {

Completed in 59 milliseconds