From 1d1a8c79b397251291d67e0da0c885c644fc3937 Mon Sep 17 00:00:00 2001 From: Michael Webster Date: Tue, 30 Nov 2010 19:53:36 -0500 Subject: Fix gesture api properly. Change-Id: I863f7cfcd4c5d27d9a1c3e080dccff0671fdf587 --- api/current.xml | 2 +- core/java/android/gesture/GestureOverlayView.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/current.xml b/api/current.xml index f8b77a4..c467384 100644 --- a/api/current.xml +++ b/api/current.xml @@ -74949,7 +74949,7 @@ type="float" transient="false" volatile="false" - value="0.001f" + value="0.0010f" static="true" final="true" deprecated="not deprecated" diff --git a/core/java/android/gesture/GestureOverlayView.java b/core/java/android/gesture/GestureOverlayView.java index 9f26ac3..e0ab709 100755 --- a/core/java/android/gesture/GestureOverlayView.java +++ b/core/java/android/gesture/GestureOverlayView.java @@ -58,6 +58,7 @@ public class GestureOverlayView extends FrameLayout { public static final int ORIENTATION_HORIZONTAL = 0; public static final int ORIENTATION_VERTICAL = 1; + /** @hide */ public static final int ORIENTATION_NONE = 2; private static final int FADE_ANIMATION_RATE = 16; -- cgit v1.1