OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha12
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java
141
final float
alpha12
= transformation.getAlpha();
local
156
final float delta10 =
alpha12
- alpha11;
157
final float delta11 = alpha13 -
alpha12
;
161
assertEquals(alpha10,
alpha12
, ALPHA_DELTA);
162
assertEquals(
alpha12
, alpha14, ALPHA_DELTA);
182
assertEquals(
alpha12
, alpha3, ALPHA_DELTA);
Completed in 64 milliseconds