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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.h 74 virtual bool OnDown(const MotionEvent& e) = 0;
111 virtual bool OnDown(const MotionEvent& e) OVERRIDE;
gesture_detector.cc 60 bool GestureDetector::SimpleGestureListener::OnDown(const MotionEvent& e) {
321 handled |= listener_->OnDown(ev);
gesture_provider.cc 296 virtual bool OnDown(const MotionEvent& e) OVERRIDE {

Completed in 88 milliseconds