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.java119 float alpha4 = transformation.getAlpha(); in testAccelerateDecelerateInterpolator() local
129 float delta3 = alpha4 - alpha3; in testAccelerateDecelerateInterpolator()
130 float delta4 = alpha5 - alpha4; in testAccelerateDecelerateInterpolator()
142 float alpha4 = interpolator.getInterpolation(0.75f); in testGetInterpolation() local
148 float delta3 = alpha4 - alpha3; in testGetInterpolation()
149 float delta4 = alpha5 - alpha4; in testGetInterpolation()
DAccelerateInterpolatorTest.java125 float alpha4 = transformation.getAlpha(); in testAccelerateInterpolator() local
134 float delta3 = alpha4 - alpha3; in testAccelerateInterpolator()
135 float delta4 = alpha5 - alpha4; in testAccelerateInterpolator()
197 float alpha4 = interpolator.getInterpolation(0.75f);
203 float delta5 = alpha4 - alpha3;
204 float delta6 = alpha5 - alpha4;
DCycleInterpolatorTest.java118 final float alpha4 = transformation.getAlpha(); in testCycleInterpolator() local
119 assertEquals(-1.0f, alpha4, ALPHA_DELTA); in testCycleInterpolator()
128 final float delta3 = alpha4 - alpha3; in testCycleInterpolator()
129 final float delta4 = alpha5 - alpha4; in testCycleInterpolator()
132 assertEquals(alpha2, -alpha4, ALPHA_DELTA); in testCycleInterpolator()
204 assertEquals(alpha9, alpha4, ALPHA_DELTA); in testCycleInterpolator()
209 assertEquals(alpha13, alpha4, ALPHA_DELTA); in testCycleInterpolator()
DLinearInterpolatorTest.java125 final float alpha4 = transformation.getAlpha(); in testLinearInterpolator() local
136 final float delta3 = alpha4 - alpha3; in testLinearInterpolator()
137 final float delta4 = alpha5 - alpha4; in testLinearInterpolator()
DAnimationTest.java289 float alpha4 = transformation.getAlpha(); in testRepeatAnimation() local
300 float delta3 = alpha3 - alpha4; in testRepeatAnimation()
301 float delta4 = alpha4 - alpha5; in testRepeatAnimation()
334 alpha4 = transformation.getAlpha(); in testRepeatAnimation()
345 delta3 = alpha4 - 0.0f; in testRepeatAnimation()
346 delta4 = alpha5 - alpha4; in testRepeatAnimation()
390 float alpha4 = transformation.getAlpha(); in testAccessStartOffset() local
392 assertTrue(alpha4 > 0.1f); in testAccessStartOffset()
455 float alpha4 = transformation.getAlpha(); in testGetTransformation() local
468 float delta3 = alpha4 - alpha3; in testGetTransformation()
[all …]
DDecelerateInterpolatorTest.java128 float alpha4 = transformation.getAlpha(); in testDecelerateInterpolator() local
137 float delta3 = alpha4 - alpha3; in testDecelerateInterpolator()
138 float delta4 = alpha5 - alpha4; in testDecelerateInterpolator()
DLayoutAnimationControllerTest.java304 float alpha4 = transformation.getAlpha();
311 float delta3 = alpha4 - alpha3;
312 float delta4 = alpha5 - alpha4;