Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1007)

Unified Diff: ui/events/gesture_detection/gesture_configuration.cc

Issue 1358263002: [Android] Support double-tap selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix contextual search Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/events/gesture_detection/gesture_configuration.cc
diff --git a/ui/events/gesture_detection/gesture_configuration.cc b/ui/events/gesture_detection/gesture_configuration.cc
index c3d3d2fe9cc2f2e5242b81e610488b7cae8ae0ea..e15ef141c0d01f6b397f1391fd350e403a00a285 100644
--- a/ui/events/gesture_detection/gesture_configuration.cc
+++ b/ui/events/gesture_detection/gesture_configuration.cc
@@ -35,6 +35,7 @@ GestureConfiguration::GestureConfiguration()
gesture_begin_end_types_enabled_(false),
long_press_time_in_ms_(1000),
max_distance_between_taps_for_double_tap_(20),
+ max_tap_count_(3),
max_distance_for_two_finger_tap_in_pixels_(300),
max_fling_velocity_(17000.0f),
max_gesture_bounds_length_(0),
« no previous file with comments | « ui/events/gesture_detection/gesture_configuration.h ('k') | ui/events/gesture_detection/gesture_configuration_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698