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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 171 touch_slop_square_(0),
336 if (distance_square > touch_slop_square_) {
365 if (dx * dx + dy * dy > touch_slop_square_) {
375 if (dx * dx + dy * dy > touch_slop_square_)
452 touch_slop_square_ = touch_slop * touch_slop;
gesture_detector.h 171 float touch_slop_square_; member in class:ui::GestureDetector

Completed in 60 milliseconds