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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 172 double_tap_touch_slop_square_(0),
344 if (distance_square > double_tap_touch_slop_square_)
453 double_tap_touch_slop_square_ = double_tap_touch_slop * double_tap_touch_slop;
gesture_detector.h 172 float double_tap_touch_slop_square_; member in class:ui::GestureDetector

Completed in 652 milliseconds