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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java162 private boolean mIsSwitchingState = false; field in class:Workspace
629 return mIsSwitchingState;
635 return !mIsSwitchingState || (mTransitionProgress > 0.5f);
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 || mStat
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java200 private boolean mIsSwitchingState = false; field in class:Workspace
491 (mIsSwitchingState ||
1055 return mIsSwitchingState;
1061 return !mIsSwitchingState || (mTransitionProgress > 0.5f);
1568 !mIsSwitchingState) {
1802 boolean small = mState == State.OVERVIEW || mIsSwitchingState;
2056 mIsSwitchingState = true;
2076 mIsSwitchingState = false;
3951 if (!workspaceInModalState() && !mIsSwitchingState) {
3962 if (!workspaceInModalState() && !mIsSwitchingState) {
[all...]

Completed in 22 milliseconds