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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 174 two_finger_tap_distance_square_(0),
236 dx * dx + dy * dy < two_finger_tap_distance_square_) {
471 two_finger_tap_distance_square_ = config.two_finger_tap_max_separation *
gesture_detector.h 174 float two_finger_tap_distance_square_; member in class:ui::GestureDetector

Completed in 479 milliseconds