Searched refs: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.java183 private boolean mIsSwitchingState = false; field in class:Workspace
473 (mIsSwitchingState ||
1029 return mIsSwitchingState;
1035 return !mIsSwitchingState || (mTransitionProgress > 0.5f);
1542 !mIsSwitchingState) {
1776 boolean small = mState == State.OVERVIEW || mIsSwitchingState;
2028 mIsSwitchingState = true;
2048 mIsSwitchingState = false;
3917 if (!workspaceInModalState() && !mIsSwitchingState) {
3928 if (!workspaceInModalState() && !mIsSwitchingState) {
[all...]

Completed in 622 milliseconds