Home
last modified time | relevance | path

Searched refs:showAppsOrWidgets (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2969 showAppsOrWidgets(State.APPS, animated, focusSearchBar); in showAppsView()
2980 showAppsOrWidgets(State.WIDGETS, animated, false); in showWidgetsView()
2997 private boolean showAppsOrWidgets(State toState, boolean animated, boolean focusSearchBar) { in showAppsOrWidgets() method in Launcher