OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINE2_END
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java
66
private static final float
LINE2_END
= 12f;
374
path.lineTo(
LINE2_END
,
LINE2_END
);
376
(
LINE2_END
- LINE2_START) * (
LINE2_END
- LINE2_START) +
377
(
LINE2_END
- LINE2_START) * (
LINE2_END
- LINE2_START));
410
assertTrue(x <=
LINE2_END
);
433
path.lineTo(
LINE2_END
,
LINE2_END
);
[
all
...]
PropertyValuesHolderTest.java
64
private static final float
LINE2_END
= 12f;
515
path.lineTo(
LINE2_END
,
LINE2_END
);
[
all
...]
Completed in 168 milliseconds