summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api/current.xml2
-rwxr-xr-xcore/java/android/gesture/GestureOverlayView.java1
2 files changed, 2 insertions, 1 deletions
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;