summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/DragController.java
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-11-17 12:18:45 -0800
committerPatrick Dubroy <dubroy@google.com>2010-11-17 13:41:37 -0800
commit54fa3b95557c283976e8c1aa8a157b460b0b4513 (patch)
tree9e6f95bfeb2bef7051be5c706ff427c30c05ea59 /src/com/android/launcher2/DragController.java
parent82a556e82340c58c1e2e132893af549506032578 (diff)
downloadandroid_packages_apps_Trebuchet-54fa3b95557c283976e8c1aa8a157b460b0b4513.tar.gz
android_packages_apps_Trebuchet-54fa3b95557c283976e8c1aa8a157b460b0b4513.tar.bz2
android_packages_apps_Trebuchet-54fa3b95557c283976e8c1aa8a157b460b0b4513.zip
3185132: Allow dropping on adjacent homescreen targets
Diffstat (limited to 'src/com/android/launcher2/DragController.java')
-rw-r--r--src/com/android/launcher2/DragController.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher2/DragController.java b/src/com/android/launcher2/DragController.java
index 272bf8bfa..2b566b747 100644
--- a/src/com/android/launcher2/DragController.java
+++ b/src/com/android/launcher2/DragController.java
@@ -57,6 +57,7 @@ public class DragController {
private static final int SCROLL_OUTSIDE_ZONE = 0;
private static final int SCROLL_WAITING_IN_ZONE = 1;
+ static final int SCROLL_NONE = -1;
static final int SCROLL_LEFT = 0;
static final int SCROLL_RIGHT = 1;