Searched refs:getInterpolation (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/animation/src/android/animation/cts/ |
D | InterpolatorTest.java | 67 assertEquals(0f, interpolator.getInterpolation(0), EPSILON); in testFastOutExtraSlowIn() 68 assertEquals(1f, interpolator.getInterpolation(1), EPSILON); in testFastOutExtraSlowIn() 72 assertEquals(turningPointY, interpolator.getInterpolation(turningPointX), EPSILON); in testFastOutExtraSlowIn() 77 assertTrue(interpolator.getInterpolation(fraction) in testFastOutExtraSlowIn() 84 float value = interpolator.getInterpolation(fraction); in testFastOutExtraSlowIn() 89 assertEquals(turningPointY, interpolator.getInterpolation(turningPointX), EPSILON); in testFastOutExtraSlowIn()
|
D | ValueAnimatorTest.java | 530 public float getInterpolation(float input) { in getInterpolation() method in ValueAnimatorTest.TestInterpolator 545 assertEquals(myInterpolator.getInterpolation(fraction), in testGetAnimatedValue() 563 assertEquals(myInterpolator.getInterpolation(fraction), in testGetAnimatedValue_PropertyName()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | CycleInterpolatorTest.java | 224 final float out1 = cycleInterpolator.getInterpolation(0.0f); in testGetInterpolation() 225 final float out2 = cycleInterpolator.getInterpolation(0.125f); in testGetInterpolation() 226 final float out3 = cycleInterpolator.getInterpolation(0.25f); in testGetInterpolation() 227 final float out4 = cycleInterpolator.getInterpolation(0.375f); in testGetInterpolation() 228 final float out5 = cycleInterpolator.getInterpolation(0.5f); in testGetInterpolation() 229 final float out6 = cycleInterpolator.getInterpolation(0.625f); in testGetInterpolation() 230 final float out7 = cycleInterpolator.getInterpolation(0.75f); in testGetInterpolation() 231 final float out8 = cycleInterpolator.getInterpolation(0.875f); in testGetInterpolation() 232 final float out9 = cycleInterpolator.getInterpolation(1.0f); in testGetInterpolation() 254 assertEquals(cycleInterpolator.getInterpolation(0.0f + timeDelta), in testGetInterpolation() [all …]
|
D | LinearInterpolatorTest.java | 89 final float delta1 = interpolator.getInterpolation(0.1f) in testGetInterpolation() 90 - interpolator.getInterpolation(0.0f); in testGetInterpolation() 91 final float delta2 = interpolator.getInterpolation(0.2f) in testGetInterpolation() 92 - interpolator.getInterpolation(0.1f); in testGetInterpolation() 93 final float delta3 = interpolator.getInterpolation(0.3f) in testGetInterpolation() 94 - interpolator.getInterpolation(0.2f); in testGetInterpolation()
|
D | AccelerateInterpolatorTest.java | 185 float delta1 = interpolator1.getInterpolation(input); 186 float delta2 = interpolator2.getInterpolation(input); 194 float alpha1 = interpolator.getInterpolation(0f); 195 float alpha2 = interpolator.getInterpolation(0.25f); 196 float alpha3 = interpolator.getInterpolation(0.5f); 197 float alpha4 = interpolator.getInterpolation(0.75f); 198 float alpha5 = interpolator.getInterpolation(1f);
|
D | AccelerateDecelerateInterpolatorTest.java | 139 float alpha1 = interpolator.getInterpolation(0f); in testGetInterpolation() 140 float alpha2 = interpolator.getInterpolation(0.25f); in testGetInterpolation() 141 float alpha3 = interpolator.getInterpolation(0.5f); in testGetInterpolation() 142 float alpha4 = interpolator.getInterpolation(0.75f); in testGetInterpolation() 143 float alpha5 = interpolator.getInterpolation(1f); in testGetInterpolation()
|
D | DecelerateInterpolatorTest.java | 188 float delta1 = interpolator1.getInterpolation(input); in testGetInterpolation() 189 float delta2 = interpolator2.getInterpolation(input); in testGetInterpolation()
|
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/ |
D | ProgressBarModifier.java | 33 public float getInterpolation(float input) { in getInterpolation() method in ProgressBarModifier.ZeroInterpolator
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | WindowInsetsAnimationControllerTests.java | 607 interpolator.getInterpolation( in setupAnimationListener()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 4197 method public float getInterpolation(float); 55359 method public float getInterpolation(float); 55366 method public float getInterpolation(float); 55476 method public float getInterpolation(float); 55484 method public float getInterpolation(float); 55494 method public float getInterpolation(float); 55500 method public float getInterpolation(float); 55507 method public float getInterpolation(float); 55581 method public float getInterpolation(float); 55588 method public float getInterpolation(float); [all …]
|