Searched refs:min_pinch_update_span_delta (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_config_helper_android.cc58 config.min_pinch_update_span_delta = 0.f;
H A Dgesture_config_helper_aura.cc59 config.min_pinch_update_span_delta = min_pinch_update_distance;
H A Dscale_gesture_detector.h38 float min_pinch_update_span_delta; member in struct:ui::ScaleGestureDetector::Config
H A Dscale_gesture_detector.cc37 min_pinch_update_span_delta(0) {
H A Dgesture_provider.cc229 config_.scale_gesture_detector_config.min_pinch_update_span_delta) {
H A Dgesture_provider_unittest.cc245 void SetMinPinchUpdateSpanDelta(float min_pinch_update_span_delta) { argument
247 config.scale_gesture_detector_config.min_pinch_update_span_delta =
248 min_pinch_update_span_delta;
2244 // min_pinch_update_span_delta.

Completed in 2438 milliseconds