HomeSort by relevance Sort by last modified time
    Searched defs:SPLINE (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 70 private static final float[] SPLINE = new float[NB_SAMPLES + 1];
90 SPLINE[i] = d;
92 SPLINE[NB_SAMPLES] = 1.0f;
274 final float d_inf = SPLINE[index];
275 final float d_sup = SPLINE[index + 1];
OverScroller.java 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) {
    [all...]
  /frameworks/base/core/java/android/widget/
OverScroller.java 501 mScrollerX.mState != SplineOverScroller.SPLINE) ||
503 mScrollerY.mState != SplineOverScroller.SPLINE));
566 // Duration to complete spline component of animation
569 // Distance to travel along spline animation
582 private int mState = SPLINE;
601 private static final int SPLINE = 0;
664 * spline interpolation. The previous duration was needed to get to oldFinal.
760 mState = SPLINE;
843 if (mState == SPLINE) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 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) {
    [all...]

Completed in 1370 milliseconds