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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java224 private View mAllAppsButton; field in class:Launcher
908 mAllAppsButton = findViewById(R.id.all_apps_button);
909 if (mAllAppsButton != null) {
910 mAllAppsButton.setOnTouchListener(new View.OnTouchListener() {
1838 } else if (v == mAllAppsButton) {
2674 if (mAllAppsButton != null) {
2675 mAllAppsButton.requestFocus();

Completed in 14 milliseconds