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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java760 showAllApps(false);
2098 showAllApps(true);
2899 void showAllApps(boolean animated) { method in class:Launcher
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java933 showAllApps(false, mAppsCustomizeContent.getContentType(), false);
1258 showAllApps(true, AppsCustomizePagedView.ContentType.Widgets, true);
2471 showAllApps(true, AppsCustomizePagedView.ContentType.Applications, false);
2479 showAllApps(true, AppsCustomizePagedView.ContentType.Widgets, true);
3283 void showAllApps(boolean animated, AppsCustomizePagedView.ContentType contentType, method in class:Launcher

Completed in 21 milliseconds