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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java217 enum State { NONE, WORKSPACE, APPS, APPS_SPRING_LOADED, WIDGETS, WIDGETS_SPRING_LOADED } enum constant in enum:Launcher.State
988 } else if (mOnResumeState == State.APPS) {
1313 if (state == State.APPS || state == State.WIDGETS) {
3222 return (mState == State.APPS) || (mOnResumeState == State.APPS);
3343 showAppsOrWidgets(State.APPS, animated, focusSearchBar);
3376 if (toState != State.APPS && toState != State.WIDGETS) {
3380 if (toState == State.APPS) {
3553 if (mState == State.APPS) {
H A DLauncherStateTransitionAnimation.java197 if (fromState == Launcher.State.APPS || fromState == Launcher.State.APPS_SPRING_LOADED) {

Completed in 268 milliseconds