Home | History | Annotate | Download | only in launcher3

Lines Matching defs:SMALL

183     // State variable that indicates whether the pages are small (ie when you're
186 enum State { NORMAL, SPRING_LOADED, SMALL, OVERVIEW};
1630 return mState == State.SMALL || mState == State.SPRING_LOADED || mState == State.OVERVIEW;
1665 boolean small = mState == State.SMALL || mState == State.OVERVIEW || mIsSwitchingState;
1666 boolean enableChildrenLayers = force || small || mAnimatingViewIntoPlace || isPageMoving();
1966 final boolean oldStateIsSmall = (oldState == State.SMALL);
1971 final boolean stateIsSmall = (state == State.SMALL);
2020 // If we are animating to/from the small state, then hide the side pages and fade the
2466 return ((!isSwitchingState() || mTransitionProgress > 0.5f) && mState != State.SMALL);
3237 if (mInScrollArea || mIsSwitchingState || mState == State.SMALL) return;