Home
last modified time | relevance | path

Searched refs:alpha4 (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DAccelerateDecelerateInterpolatorTest.java107 float alpha4 = transformation.getAlpha(); in testAccelerateDecelerateInterpolator() local
117 float delta3 = alpha4 - alpha3; in testAccelerateDecelerateInterpolator()
118 float delta4 = alpha5 - alpha4; in testAccelerateDecelerateInterpolator()
130 float alpha4 = interpolator.getInterpolation(0.75f); in testGetInterpolation() local
136 float delta3 = alpha4 - alpha3; in testGetInterpolation()
137 float delta4 = alpha5 - alpha4; in testGetInterpolation()
DAccelerateInterpolatorTest.java113 float alpha4 = transformation.getAlpha(); in testAccelerateInterpolator() local
122 float delta3 = alpha4 - alpha3; in testAccelerateInterpolator()
123 float delta4 = alpha5 - alpha4; in testAccelerateInterpolator()
185 float alpha4 = interpolator.getInterpolation(0.75f);
191 float delta5 = alpha4 - alpha3;
192 float delta6 = alpha5 - alpha4;
DCycleInterpolatorTest.java106 final float alpha4 = transformation.getAlpha(); in testCycleInterpolator() local
107 assertEquals(-1.0f, alpha4, ALPHA_DELTA); in testCycleInterpolator()
116 final float delta3 = alpha4 - alpha3; in testCycleInterpolator()
117 final float delta4 = alpha5 - alpha4; in testCycleInterpolator()
120 assertEquals(alpha2, -alpha4, ALPHA_DELTA); in testCycleInterpolator()
192 assertEquals(alpha9, alpha4, ALPHA_DELTA); in testCycleInterpolator()
197 assertEquals(alpha13, alpha4, ALPHA_DELTA); in testCycleInterpolator()
DLinearInterpolatorTest.java113 final float alpha4 = transformation.getAlpha(); in testLinearInterpolator() local
124 final float delta3 = alpha4 - alpha3; in testLinearInterpolator()
125 final float delta4 = alpha5 - alpha4; in testLinearInterpolator()
DAnimationTest.java278 float alpha4 = transformation.getAlpha(); in testRepeatAnimation() local
289 float delta3 = alpha3 - alpha4; in testRepeatAnimation()
290 float delta4 = alpha4 - alpha5; in testRepeatAnimation()
323 alpha4 = transformation.getAlpha(); in testRepeatAnimation()
334 delta3 = alpha4 - 0.0f; in testRepeatAnimation()
335 delta4 = alpha5 - alpha4; in testRepeatAnimation()
379 float alpha4 = transformation.getAlpha(); in testAccessStartOffset() local
381 assertTrue(alpha4 > 0.1f); in testAccessStartOffset()
444 float alpha4 = transformation.getAlpha(); in testGetTransformation() local
457 float delta3 = alpha4 - alpha3; in testGetTransformation()
[all …]
DDecelerateInterpolatorTest.java116 float alpha4 = transformation.getAlpha(); in testDecelerateInterpolator() local
125 float delta3 = alpha4 - alpha3; in testDecelerateInterpolator()
126 float delta4 = alpha5 - alpha4; in testDecelerateInterpolator()
DLayoutAnimationControllerTest.java292 float alpha4 = transformation.getAlpha();
299 float delta3 = alpha4 - alpha3;
300 float delta4 = alpha5 - alpha4;