OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:captureTranslations
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/transition/src/android/transition/cts/
ExplodeTest.java
68
final List<PointF> redPoints =
captureTranslations
(redSquare);
69
final List<PointF> greenPoints =
captureTranslations
(greenSquare);
70
final List<PointF> bluePoints =
captureTranslations
(blueSquare);
71
final List<PointF> yellowPoints =
captureTranslations
(yellowSquare);
111
final List<PointF> redPoints =
captureTranslations
(redSquare);
112
final List<PointF> greenPoints =
captureTranslations
(greenSquare);
113
final List<PointF> bluePoints =
captureTranslations
(blueSquare);
114
final List<PointF> yellowPoints =
captureTranslations
(yellowSquare);
SlideEdgeTest.java
88
final List<PointF> redPoints =
captureTranslations
(redSquare);
89
final List<PointF> greenPoints =
captureTranslations
(greenSquare);
90
final List<PointF> helloPoints =
captureTranslations
(hello);
145
final List<PointF> redPoints =
captureTranslations
(redSquare);
146
final List<PointF> greenPoints =
captureTranslations
(greenSquare);
147
final List<PointF> helloPoints =
captureTranslations
(hello);
BaseTransitionTest.java
157
List<PointF>
captureTranslations
(View view) throws Throwable {
Completed in 185 milliseconds