Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mOnResumeState

248     private State mOnResumeState = State.NONE;
783 if (mOnResumeState == State.WORKSPACE) {
785 } else if (mOnResumeState == State.APPS_CUSTOMIZE) {
788 mOnResumeState = State.NONE;
967 mOnResumeState = State.APPS_CUSTOMIZE;
1529 mOnResumeState = State.WORKSPACE;
2513 return (mState == State.APPS_CUSTOMIZE) || (mOnResumeState == State.APPS_CUSTOMIZE);