Searched refs:min_scaling_span (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_config_helper_android.cc56 config.min_scaling_span =
H A Dgesture_config_helper_aura.cc58 config.min_scaling_span = GestureConfiguration::min_scaling_span_in_pixels();
H A Dscale_gesture_detector.h34 float min_scaling_span; member in struct:ui::ScaleGestureDetector::Config
H A Dscale_gesture_detector.cc36 min_scaling_span(200),
83 touch_max_major_ = std::min(config.min_scaling_span / std::sqrt(2.f),
85 min_span_ = config.min_scaling_span + kSlopEpsilon;
H A Dgesture_provider_unittest.cc195 return GetDefaultConfig().scale_gesture_detector_config.min_scaling_span;

Completed in 104 milliseconds