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

  /external/chromium_org/ui/events/gesture_detection/
gesture_config_helper_android.cc 58 config.min_pinch_update_span_delta = 0.f;
scale_gesture_detector.h 38 float min_pinch_update_span_delta; member in struct:ui::ScaleGestureDetector::Config
gesture_config_helper_aura.cc 59 config.min_pinch_update_span_delta = min_pinch_update_distance;
scale_gesture_detector.cc 37 min_pinch_update_span_delta(0) {
gesture_provider.cc 229 config_.scale_gesture_detector_config.min_pinch_update_span_delta) {
gesture_provider_unittest.cc 245 void SetMinPinchUpdateSpanDelta(float min_pinch_update_span_delta) {
247 config.scale_gesture_detector_config.min_pinch_update_span_delta =
248 min_pinch_update_span_delta;
    [all...]

Completed in 266 milliseconds