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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.h 145 // Note: The listener must never be changed while |is_double_tapping| is true.
150 bool is_double_tapping() const { return is_double_tapping_; } function in class:ui::GestureDetector
gesture_provider.cc 612 return gesture_detector_.is_double_tapping() ||

Completed in 104 milliseconds