Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DChangeBoundsTest.java141 List<RedAndGreen> points2 = startTransitionAndWatch(R.layout.scene6); in testInterruptSameDestination() local
145 assertFalse(isRestartingAnimation(points2, R.layout.scene1)); in testInterruptSameDestination()
162 List<RedAndGreen> points2 = startTransitionAndWatch(R.layout.scene6); in testInterruptSameDestinationResizeClip() local
165 assertFalse(isRestartingAnimation(points2, R.layout.scene1)); in testInterruptSameDestinationResizeClip()
166 assertFalse(isRestartingClip(points2, R.layout.scene1)); in testInterruptSameDestinationResizeClip()
181 List<RedAndGreen> points2 = startTransitionAndWatch(R.layout.scene1); in testInterruptWithReverse() local
184 assertFalse(isRestartingAnimation(points2, R.layout.scene1)); in testInterruptWithReverse()
201 List<RedAndGreen> points2 = startTransitionAndWatch(R.layout.scene1); in testInterruptWithReverseResizeClip() local
204 assertFalse(isRestartingAnimation(points2, R.layout.scene1)); in testInterruptWithReverseResizeClip()
205 assertFalse(isRestartingAnimation(points2, R.layout.scene6)); in testInterruptWithReverseResizeClip()
[all …]