HomeSort by relevance Sort by last modified time
    Searched refs:x_sup (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
OverScroller.java 670 final float x_sup = (float) (index + 1) / NB_SAMPLES; local
673 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 673 final float x_sup = (float) (index + 1) / NB_SAMPLES; local
676 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 674 final float x_sup = (float) (index + 1) / NB_SAMPLES; local
677 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf);
    [all...]

Completed in 42 milliseconds