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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsTransitionController.java229 mLauncher.showAppsView(true /* animated */, false /* updatePredictedApps */);
252 mLauncher.showAppsView(true, /* animated */ false /* updatePredictedApps */);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java967 showAppsView(false /* animated */, !launchedFromApp /* updatePredictedApps */);
2345 showAppsView(true /* animated */, true /* updatePredictedApps */);
2918 public void showAppsView(boolean animated, boolean updatePredictedApps) { method in class:Launcher
3042 showAppsView(true /* animated */, false /* updatePredictedApps */);
3988 showAppsView(true, true);

Completed in 108 milliseconds