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

/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.cc75 touch_max_major_(0),
83 touch_max_major_ = std::min(config.min_scaling_span / std::sqrt(2.f),
312 if (major > touch_max_major_)
313 major = touch_max_major_;
H A Dscale_gesture_detector.h140 float touch_max_major_; member in class:ui::ScaleGestureDetector

Completed in 1541 milliseconds