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

  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.h 56 float min_gesture_bounds_length; member in struct:ui::GestureProvider::Config
gesture_config_helper_android.cc 72 config.min_gesture_bounds_length = kMinGestureBoundsLengthDips;
gesture_config_helper_aura.cc 75 config.min_gesture_bounds_length = GestureConfiguration::default_radius();
gesture_provider.cc 66 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);
gesture_provider_unittest.cc 255 config.min_gesture_bounds_length = min_gesture_bound_length;
    [all...]

Completed in 230 milliseconds