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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java195 private enum State { NONE, WORKSPACE, APPS_CUSTOMIZE, APPS_CUSTOMIZE_SPRING_LOADED }; enum constant in enum:Launcher.State
785 } else if (mOnResumeState == State.APPS_CUSTOMIZE) {
966 if (state == State.APPS_CUSTOMIZE) {
967 mOnResumeState = State.APPS_CUSTOMIZE;
2513 return (mState == State.APPS_CUSTOMIZE) || (mOnResumeState == State.APPS_CUSTOMIZE);
2964 mState = State.APPS_CUSTOMIZE;
3011 mState = State.APPS_CUSTOMIZE;
3351 if (mState == State.APPS_CUSTOMIZE) {

Completed in 113 milliseconds