Home | History | Annotate | Download | only in sgv

Lines Matching defs:SPLINE

504                 mScrollerX.mState != SplineOverScroller.SPLINE) ||
506 mScrollerY.mState != SplineOverScroller.SPLINE));
569 // Duration to complete spline component of animation
572 // Distance to travel along spline animation
585 private int mState = SPLINE;
604 private static final int SPLINE = 0;
667 * spline interpolation. The previous duration was needed to get to oldFinal.
763 mState = SPLINE;
847 if (mState == SPLINE) {
875 case SPLINE:
917 case SPLINE: {