summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/DragController.java
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-08-13 21:36:53 -0700
committerJoe Onorato <joeo@android.com>2009-08-16 15:03:36 -0400
commit7c312c15e33b6cffbda707429e88ade498fc9f5e (patch)
treefcb170f5031ceca5b978efe02c572696f2f7c804 /src/com/android/launcher2/DragController.java
parent49cdb1b18c12a81cac9817c4800e43d5b507e0c4 (diff)
downloadandroid_packages_apps_Trebuchet-7c312c15e33b6cffbda707429e88ade498fc9f5e.tar.gz
android_packages_apps_Trebuchet-7c312c15e33b6cffbda707429e88ade498fc9f5e.tar.bz2
android_packages_apps_Trebuchet-7c312c15e33b6cffbda707429e88ade498fc9f5e.zip
Move the all apps view back into the window with the workspace.
Diffstat (limited to 'src/com/android/launcher2/DragController.java')
-rw-r--r--src/com/android/launcher2/DragController.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/launcher2/DragController.java b/src/com/android/launcher2/DragController.java
index da2df5c97..51cf5e17a 100644
--- a/src/com/android/launcher2/DragController.java
+++ b/src/com/android/launcher2/DragController.java
@@ -273,6 +273,8 @@ public class DragController {
* Call this from a drag source view.
*/
public boolean onInterceptTouchEvent(MotionEvent ev) {
+ Log.d(Launcher.LOG_TAG, "DragController.onInterceptTouchEvent " + ev + " mDragging="
+ + mDragging);
final int action = ev.getAction();
final float screenX = ev.getRawX();