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.java108 float alpha4 = transformation.getAlpha(); in testAccelerateDecelerateInterpolator() local
118 float delta3 = alpha4 - alpha3; in testAccelerateDecelerateInterpolator()
119 float delta4 = alpha5 - alpha4; in testAccelerateDecelerateInterpolator()
131 float alpha4 = interpolator.getInterpolation(0.75f); in testGetInterpolation() local
137 float delta3 = alpha4 - alpha3; in testGetInterpolation()
138 float delta4 = alpha5 - alpha4; in testGetInterpolation()
DAccelerateInterpolatorTest.java114 float alpha4 = transformation.getAlpha(); in testAccelerateInterpolator() local
123 float delta3 = alpha4 - alpha3; in testAccelerateInterpolator()
124 float delta4 = alpha5 - alpha4; in testAccelerateInterpolator()
186 float alpha4 = interpolator.getInterpolation(0.75f);
192 float delta5 = alpha4 - alpha3;
193 float delta6 = alpha5 - alpha4;
DCycleInterpolatorTest.java107 final float alpha4 = transformation.getAlpha(); in testCycleInterpolator() local
108 assertEquals(-1.0f, alpha4, ALPHA_DELTA); in testCycleInterpolator()
117 final float delta3 = alpha4 - alpha3; in testCycleInterpolator()
118 final float delta4 = alpha5 - alpha4; in testCycleInterpolator()
121 assertEquals(alpha2, -alpha4, ALPHA_DELTA); in testCycleInterpolator()
193 assertEquals(alpha9, alpha4, ALPHA_DELTA); in testCycleInterpolator()
198 assertEquals(alpha13, alpha4, ALPHA_DELTA); in testCycleInterpolator()
DLinearInterpolatorTest.java114 final float alpha4 = transformation.getAlpha(); in testLinearInterpolator() local
125 final float delta3 = alpha4 - alpha3; in testLinearInterpolator()
126 final float delta4 = alpha5 - alpha4; in testLinearInterpolator()
DAnimationTest.java279 float alpha4 = transformation.getAlpha(); in testRepeatAnimation() local
290 float delta3 = alpha3 - alpha4; in testRepeatAnimation()
291 float delta4 = alpha4 - alpha5; in testRepeatAnimation()
324 alpha4 = transformation.getAlpha(); in testRepeatAnimation()
335 delta3 = alpha4 - 0.0f; in testRepeatAnimation()
336 delta4 = alpha5 - alpha4; in testRepeatAnimation()
380 float alpha4 = transformation.getAlpha(); in testAccessStartOffset() local
382 assertTrue(alpha4 > 0.1f); in testAccessStartOffset()
445 float alpha4 = transformation.getAlpha(); in testGetTransformation() local
458 float delta3 = alpha4 - alpha3; in testGetTransformation()
[all …]
DDecelerateInterpolatorTest.java117 float alpha4 = transformation.getAlpha(); in testDecelerateInterpolator() local
126 float delta3 = alpha4 - alpha3; in testDecelerateInterpolator()
127 float delta4 = alpha5 - alpha4; in testDecelerateInterpolator()
DLayoutAnimationControllerTest.java293 float alpha4 = transformation.getAlpha();
300 float delta3 = alpha4 - alpha3;
301 float delta4 = alpha5 - alpha4;