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

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_config_helper_android.cc72 config.min_gesture_bounds_length = kMinGestureBoundsLengthDips;
H A Dgesture_provider.h56 float min_gesture_bounds_length; member in struct:ui::GestureProvider::Config
H A Dgesture_config_helper_aura.cc75 config.min_gesture_bounds_length = GestureConfiguration::default_radius();
H A Dgesture_provider.cc66 min_gesture_bounds_length(0),
145 config_.min_gesture_bounds_length,
684 DCHECK(!config.min_gesture_bounds_length ||
686 config.min_gesture_bounds_length <= config.max_gesture_bounds_length);
H A Dgesture_provider_unittest.cc255 config.min_gesture_bounds_length = min_gesture_bound_length;

Completed in 1036 milliseconds