summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/DragScroller.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-07-29 14:49:10 -0700
committerWinson Chung <winsonc@google.com>2011-08-02 14:06:55 -0700
commit1c4cf4a11f3f7f24bbf65f958fdd22295d0bbd55 (patch)
tree9805fe46eedfe4c1ee7bee5148b60b9ebea98987 /src/com/android/launcher2/DragScroller.java
parented51cc9a12c50d12e7d30ed209a49f1a40858043 (diff)
downloadandroid_packages_apps_Trebuchet-1c4cf4a11f3f7f24bbf65f958fdd22295d0bbd55.tar.gz
android_packages_apps_Trebuchet-1c4cf4a11f3f7f24bbf65f958fdd22295d0bbd55.tar.bz2
android_packages_apps_Trebuchet-1c4cf4a11f3f7f24bbf65f958fdd22295d0bbd55.zip
Minor bug fixes
- Making the spring loaded side page hovers slightly faster - Fixing issue where you can't drag over another item on another page to create a portal - Ignoring side pages while hovering over hotseat - Fixing issue where hotseat may be stuck in shrunken state (and removing the scale on the hotseat) Change-Id: I87d50a1bdc451704285482c79caed0982a5a7f5a
Diffstat (limited to 'src/com/android/launcher2/DragScroller.java')
-rw-r--r--src/com/android/launcher2/DragScroller.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/DragScroller.java b/src/com/android/launcher2/DragScroller.java
index 6ef4bd873..894b06b27 100644
--- a/src/com/android/launcher2/DragScroller.java
+++ b/src/com/android/launcher2/DragScroller.java
@@ -30,7 +30,7 @@ public interface DragScroller {
*
* @param direction The scroll direction
*/
- void onEnterScrollArea(int direction);
+ void onEnterScrollArea(int x, int y, int direction);
/**
* The touch point has left the scroll area.