Searched refs:RedAndGreen (Results 1 – 1 of 1) sorted by relevance
137 List<RedAndGreen> points1 = startTransitionAndWatch(R.layout.scene6); in testInterruptSameDestination()141 List<RedAndGreen> points2 = startTransitionAndWatch(R.layout.scene6); in testInterruptSameDestination()156 List<RedAndGreen> points1 = startTransitionAndWatch(R.layout.scene6); in testInterruptSameDestinationResizeClip()162 List<RedAndGreen> points2 = startTransitionAndWatch(R.layout.scene6); in testInterruptSameDestinationResizeClip()176 List<RedAndGreen> points1 = startTransitionAndWatch(R.layout.scene6); in testInterruptWithReverse()181 List<RedAndGreen> points2 = startTransitionAndWatch(R.layout.scene1); in testInterruptWithReverse()195 List<RedAndGreen> points1 = startTransitionAndWatch(R.layout.scene6); in testInterruptWithReverseResizeClip()201 List<RedAndGreen> points2 = startTransitionAndWatch(R.layout.scene1); in testInterruptWithReverseResizeClip()211 private List<RedAndGreen> startTransitionAndWatch(int layoutId) throws Throwable { in startTransitionAndWatch()213 final List<RedAndGreen> points = Mockito.spy(new ArrayList<>()); in startTransitionAndWatch()[all …]