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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1461 public void setAllAppsButton(View allAppsButton) { argument
1462 mAllAppsButton = allAppsButton;
3633 final View allAppsButton = getAllAppsButton();
3636 allAppsButton, null);
3711 allAppsButton.setVisibility(View.INVISIBLE);
3727 allAppsButton.setVisibility(View.VISIBLE);

Completed in 62 milliseconds