Home | History | Annotate | Download | only in common

Lines Matching defs:SPLINE

502                 mScrollerX.mState != SplineOverScroller.SPLINE) ||
504 mScrollerY.mState != SplineOverScroller.SPLINE));
567 // Duration to complete spline component of animation
570 // Distance to travel along spline animation
583 private int mState = SPLINE;
602 private static final int SPLINE = 0;
668 * spline interpolation. The previous duration was needed to get to oldFinal.
764 mState = SPLINE;
847 if (mState == SPLINE) {
875 case SPLINE:
917 case SPLINE: {