OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
501
return gesture_detector_.
is_double_tapping
();
Completed in 158 milliseconds