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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.h 40 float double_tap_slop; member in struct:ui::GestureDetector::Config
gesture_detector.cc 47 double_tap_slop(100),
451 const float double_tap_slop = config.double_tap_slop + kSlopEpsilon; local
454 double_tap_slop_square_ = double_tap_slop * double_tap_slop;

Completed in 4164 milliseconds