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

/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.cc73 touch_history_direction_(0),
327 if (direction_sig != touch_history_direction_ ||
328 (direction_sig == 0 && touch_history_direction_ == 0)) {
329 touch_history_direction_ = direction_sig;
347 touch_history_direction_ = 0;
356 touch_history_direction_ = 0;
H A Dscale_gesture_detector.h137 int touch_history_direction_; member in class:ui::ScaleGestureDetector

Completed in 250 milliseconds