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

  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.h 57 float max_gesture_bounds_length; member in struct:ui::GestureProvider::Config
gesture_config_helper_android.cc 73 config.max_gesture_bounds_length = kMaxGestureBoundsLengthDips;
gesture_provider.cc 67 max_gesture_bounds_length(0) {
146 config_.max_gesture_bounds_length));
685 !config.max_gesture_bounds_length ||
686 config.min_gesture_bounds_length <= config.max_gesture_bounds_length);
gesture_provider_unittest.cc 256 config.max_gesture_bounds_length = max_gesture_bound_length;
    [all...]

Completed in 68 milliseconds