Searched defs:interpolate (Results 1 - 6 of 6) 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/Launcher3/src/com/android/launcher3/touch/
H A DSwipeDetector.java342 mVelocity = interpolate(mVelocity, velocity, alpha);
357 public static float interpolate(float from, float to, float alpha) { method in class:SwipeDetector
/packages/apps/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java600 private static int interpolate(int start, int end, float fraction) { method in class:TvViewUiManager
609 out.topMargin = interpolate(startValue.topMargin, endValue.topMargin, fraction);
610 out.bottomMargin = interpolate(startValue.bottomMargin, endValue.bottomMargin, fraction);
612 interpolate(startValue.getMarginStart(), endValue.getMarginStart(), fraction));
613 out.setMarginEnd(interpolate(startValue.getMarginEnd(), endValue.getMarginEnd(), fraction));
614 out.width = interpolate(startValue.width, endValue.width, fraction);
615 out.height = interpolate(startValue.height, endValue.height, fraction);
/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.java702 scale = interpolate(filmRatio, scale, 1f);
703 alpha = interpolate(filmRatio, alpha, 1f);
719 cx = interpolate(filmRatio, cxPage, cx);
826 ? (int) (interpolate(filmRatio, w / 2, r.centerX()) + 0.5f)
836 alpha = interpolate(filmRatio, alpha, 1f);
837 scale = interpolate(filmRatio, scale, 1f);
1792 private static float interpolate(float ratio, float from, float to) { method in class:PhotoView
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 126 milliseconds