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

Unified Diff: ui/gfx/android/view_configuration.h

Issue 128613003: [Tracking Patch] Unified gesture detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 6 years, 10 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/gfx/android/view_configuration.h
diff --git a/ui/gfx/android/view_configuration.h b/ui/gfx/android/view_configuration.h
index f0995cb3e294a76fdecce2385340ab2def681c9d..ccc8ed840306faf42ffeb7e4fbfb041339e6a20d 100644
--- a/ui/gfx/android/view_configuration.h
+++ b/ui/gfx/android/view_configuration.h
@@ -22,6 +22,10 @@ class GFX_EXPORT ViewConfiguration {
static int GetMinimumFlingVelocityInPixelsPerSecond();
static int GetTouchSlopInPixels();
+ static int GetDoubleTapSlopInPixels();
+
+ static int GetMinScalingSpanInPixels();
+ static int GetMinScalingTouchMajorInPixels();
// Registers methods with JNI and returns true if succeeded.
static bool RegisterViewConfiguration(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698