Searched defs:interpolate (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DHermiteInterpolator.java38 * The return variables of {@link #interpolate(float)} to avoid instantiations.
151 public void interpolate(final float t) { method in class:HermiteInterpolator
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java1373 protected abstract boolean interpolate(float progress); method in class:PositionController.Animatable
1402 boolean done = interpolate(progress);
1517 protected boolean interpolate(float progress) { method in class:PositionController.Platform
1688 protected boolean interpolate(float progress) { method in class:PositionController.Box
1767 protected boolean interpolate(float progress) { method in class:PositionController.Gap
1811 protected boolean interpolate(float progress) { method in class:PositionController.FilmRatio
H A DPhotoView.java703 scale = interpolate(filmRatio, scale, 1f);
704 alpha = interpolate(filmRatio, alpha, 1f);
720 cx = interpolate(filmRatio, cxPage, cx);
827 ? (int) (interpolate(filmRatio, w / 2, r.centerX()) + 0.5f)
837 alpha = interpolate(filmRatio, alpha, 1f);
838 scale = interpolate(filmRatio, scale, 1f);
1793 private static float interpolate(float ratio, float from, float to) { method in class:PhotoView

Completed in 164 milliseconds