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

  /external/chromium_org/ui/events/gesture_detection/
scale_gesture_detector.cc 73 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;
scale_gesture_detector.h 137 int touch_history_direction_; member in class:ui::ScaleGestureDetector

Completed in 294 milliseconds