/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | HermiteInterpolatorTests.java | 71 mInterpolator.interpolate(0.0f); in testP0P1() 75 mInterpolator.interpolate(0.2f); in testP0P1() 79 mInterpolator.interpolate(0.5f); in testP0P1() 83 mInterpolator.interpolate(0.8f); in testP0P1() 87 mInterpolator.interpolate(1.0f); in testP0P1() 108 mInterpolator.interpolate(0.0f); in testP1P2() 112 mInterpolator.interpolate(0.2f); in testP1P2() 116 mInterpolator.interpolate(0.5f); in testP1P2() 120 mInterpolator.interpolate(0.8f); in testP1P2() 124 mInterpolator.interpolate(1.0f); in testP1P2() [all …]
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | TvViewUiManager.java | 589 private static int interpolate(int start, int end, float fraction) { in interpolate() method in TvViewUiManager 598 out.topMargin = interpolate(startValue.topMargin, endValue.topMargin, fraction); in interpolateMargins() 599 out.bottomMargin = interpolate(startValue.bottomMargin, endValue.bottomMargin, fraction); in interpolateMargins() 601 interpolate(startValue.getMarginStart(), endValue.getMarginStart(), fraction)); in interpolateMargins() 602 out.setMarginEnd(interpolate(startValue.getMarginEnd(), endValue.getMarginEnd(), fraction)); in interpolateMargins() 603 out.width = interpolate(startValue.width, endValue.width, fraction); in interpolateMargins() 604 out.height = interpolate(startValue.height, endValue.height, fraction); in interpolateMargins()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PhotoView.java | 702 scale = interpolate(filmRatio, scale, 1f); in drawTileView() 703 alpha = interpolate(filmRatio, alpha, 1f); in drawTileView() 719 cx = interpolate(filmRatio, cxPage, cx); in drawTileView() 826 ? (int) (interpolate(filmRatio, w / 2, r.centerX()) + 0.5f) in draw() 836 alpha = interpolate(filmRatio, alpha, 1f); in draw() 837 scale = interpolate(filmRatio, scale, 1f); in draw() 1792 private static float interpolate(float ratio, float from, float to) { in interpolate() method
|
D | PositionController.java | 1373 protected abstract boolean interpolate(float progress); in interpolate() method in PositionController.Animatable 1402 boolean done = interpolate(progress); in advanceAnimation() 1517 protected boolean interpolate(float progress) { in interpolate() method in PositionController.Platform 1688 protected boolean interpolate(float progress) { in interpolate() method in PositionController.Box 1767 protected boolean interpolate(float progress) { in interpolate() method in PositionController.Gap 1811 protected boolean interpolate(float progress) { in interpolate() method in PositionController.FilmRatio
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | HermiteInterpolator.java | 151 public void interpolate(final float t) { in interpolate() method in HermiteInterpolator
|
D | GestureStrokeDrawingPoints.java | 159 mInterpolator.interpolate(t); in interpolateStrokeAndReturnStartIndexOfLastSegment()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |