Searched refs:touch_min_major_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.cc74 touch_min_major_(0),
82 touch_min_major_ = config.min_scaling_touch_major;
84 2.f * touch_min_major_);
310 if (major < touch_min_major_)
311 major = touch_min_major_;
H A Dscale_gesture_detector.h139 float touch_min_major_; member in class:ui::ScaleGestureDetector

Completed in 275 milliseconds