Searched refs:start_touch_consumed_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dtouch_disposition_gesture_filter.h71 bool start_touch_consumed_; member in class:ui::TouchDispositionGestureFilter::GestureHandlingState
H A Dtouch_disposition_gesture_filter.cc396 : start_touch_consumed_(false),
404 start_touch_consumed_ = true;
415 if ((required_touches & RT_START && start_touch_consumed_) ||

Completed in 122 milliseconds