checkpoint 3d all apps entrance / exit animations
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user