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
+1 -1
View File
@@ -49,7 +49,7 @@ public class HandleView extends ImageView {
@Override
public View focusSearch(int direction) {
View newFocus = super.focusSearch(direction);
if (newFocus == null && mLauncher.isDrawerDown()) {
if (newFocus == null && mLauncher.isAllAppsVisible()) {
final Workspace workspace = mLauncher.getWorkspace();
workspace.dispatchUnhandledMove(null, direction);
return (mOrientation == ORIENTATION_HORIZONTAL && direction == FOCUS_DOWN) ?