OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha14
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java
164
final float
alpha14
= transformation.getAlpha();
local
165
assertEquals(0.0f,
alpha14
, ALPHA_DELTA);
175
final float delta12 =
alpha14
- alpha13;
179
assertEquals(alpha12,
alpha14
, ALPHA_DELTA);
201
assertEquals(
alpha14
, alpha5, ALPHA_DELTA);
Completed in 700 milliseconds