Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java162 private boolean mIsSwitchingState = false; field in Workspace
629 return mIsSwitchingState; in isSwitchingState()
635 return !mIsSwitchingState || (mTransitionProgress > 0.5f); in isFinishedSwitchingState()
1090 if (!isSmall() && !mIsSwitchingState) {
1100 if (!isSmall() && !mIsSwitchingState) {
1191 !mIsSwitchingState &&
1384 boolean small = mState == State.SMALL || mIsSwitchingState;
1723 mIsSwitchingState = true;
1739 mIsSwitchingState = false;
2759 if (mInScrollArea || mIsSwitchingState || mState == State.SMALL) return;
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java202 private boolean mIsSwitchingState = false; field in Workspace
495 (mIsSwitchingState || in shouldDrawChild()
1064 return mIsSwitchingState; in isSwitchingState()
1070 return !mIsSwitchingState || (mTransitionProgress > 0.5f); in isFinishedSwitchingState()
1675 !mIsSwitchingState) { in updatePageAlphaValues()
1909 boolean small = mState == State.OVERVIEW || mIsSwitchingState; in updateChildrenLayersEnabled()
2169 mIsSwitchingState = true; in onLauncherTransitionPrepare()
2190 mIsSwitchingState = false; in onLauncherTransitionEnd()
4065 if (!workspaceInModalState() && !mIsSwitchingState) {
4076 if (!workspaceInModalState() && !mIsSwitchingState) {
[all …]