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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java626 public boolean isSwitchingState() { method in class:Workspace
630 /** This differs from isSwitchingState in that we take into account how far the transition
1952 return ((!isSwitchingState() || mTransitionProgress > 0.5f) && mState != State.SMALL);
3290 if (isSwitchingState()) {
3305 if (isSwitchingState()) {

Completed in 103 milliseconds