Home
last modified time | relevance | path

Searched refs:captureTranslations (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DExplodeTest.java68 final List<PointF> redPoints = captureTranslations(redSquare); in testExplode()
69 final List<PointF> greenPoints = captureTranslations(greenSquare); in testExplode()
70 final List<PointF> bluePoints = captureTranslations(blueSquare); in testExplode()
71 final List<PointF> yellowPoints = captureTranslations(yellowSquare); in testExplode()
111 final List<PointF> redPoints = captureTranslations(redSquare); in testImplode()
112 final List<PointF> greenPoints = captureTranslations(greenSquare); in testImplode()
113 final List<PointF> bluePoints = captureTranslations(blueSquare); in testImplode()
114 final List<PointF> yellowPoints = captureTranslations(yellowSquare); in testImplode()
DSlideEdgeTest.java88 final List<PointF> redPoints = captureTranslations(redSquare); in testSlideOut()
89 final List<PointF> greenPoints = captureTranslations(greenSquare); in testSlideOut()
90 final List<PointF> helloPoints = captureTranslations(hello); in testSlideOut()
145 final List<PointF> redPoints = captureTranslations(redSquare); in testSlideIn()
146 final List<PointF> greenPoints = captureTranslations(greenSquare); in testSlideIn()
147 final List<PointF> helloPoints = captureTranslations(hello); in testSlideIn()
DBaseTransitionTest.java157 List<PointF> captureTranslations(View view) throws Throwable { in captureTranslations() method in BaseTransitionTest