Searched defs:mAllAppsButton (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java237 private View mAllAppsButton; field in class:Launcher
2066 } else if (v == mAllAppsButton) {
2938 if (mAllAppsButton != null) {
2939 mAllAppsButton.requestFocus();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java244 private View mAllAppsButton; field in class:Launcher
1366 mAllAppsButton = allAppsButton;
1370 return FeatureFlags.NO_ALL_APPS_ICON ? mWorkspace.getPageIndicator() : mAllAppsButton;
2283 (v == mAllAppsButton && mAllAppsButton != null)) {
2848 if (mAllAppsButton != null) {
2849 mAllAppsButton.requestFocus();

Completed in 78 milliseconds