Move the all apps view back into the window with the workspace.

This commit is contained in:
Joe Onorato
2009-08-13 21:36:53 -07:00
parent 49cdb1b18c
commit 7c312c15e3
9 changed files with 100 additions and 196 deletions

View File

@@ -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();