Home | History | Annotate | Download | only in launcher2

Lines Matching defs:SMALL

156     // State variable that indicates whether the pages are small (ie when you're
159 enum State { NORMAL, SPRING_LOADED, SMALL };
1347 return mState == State.SMALL || mState == State.SPRING_LOADED;
1383 boolean small = mState == State.SMALL || mIsSwitchingState;
1384 boolean enableChildrenLayers = force || small || mAnimatingViewIntoPlace || isPageMoving();
1582 final boolean oldStateIsSmall = (oldState == State.SMALL);
1586 final boolean stateIsSmall = (state == State.SMALL);
1958 return ((!isSwitchingState() || mTransitionProgress > 0.5f) && mState != State.SMALL);
2758 if (mInScrollArea || mIsSwitchingState || mState == State.SMALL) return;