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

  /frameworks/base/core/java/android/widget/
OverScroller.java 672 final float x_sup = (float) (index + 1) / NB_SAMPLES; local
675 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 677 final float x_sup = (float) (index + 1) / NB_SAMPLES; local
680 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf);
    [all...]

Completed in 2899 milliseconds