checkpoint 3d all apps entrance / exit animations

This commit is contained in:
Joe Onorato
2009-09-14 17:55:46 -04:00
parent e498ab9986
commit fb0ca67aea
8 changed files with 184 additions and 150 deletions
@@ -66,7 +66,7 @@ public class AllAppsGridView extends GridView implements AdapterView.OnItemClick
app = new ApplicationInfo(app);
mDragController.startDrag(view, this, app, DragController.DRAG_ACTION_COPY);
mLauncher.closeAllAppsDialog(true);
mLauncher.closeAllApps(true);
mDraw = false;
invalidate();
return true;
@@ -84,7 +84,7 @@ public class AllAppsGridView extends GridView implements AdapterView.OnItemClick
}
public void onDropCompleted(View target, boolean success) {
mLauncher.closeAllAppsDialog(false);
mLauncher.closeAllApps(false);
}
void setLauncher(Launcher launcher) {