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