Home
last modified time | relevance | path

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

/cts/tests/fragment/src/android/fragment/cts/
DFragmentTransitionTest.java205 final View endBlue = findBlue(); in removeAdded() local
208 verifyAndClearTransition(fragment2.enterTransition, null, endBlue, endGreen); in removeAdded()
223 verifyAndClearTransition(fragment2.returnTransition, null, endBlue, endGreen); in removeAdded()
292 final View endBlue = findBlue(); in callStartEndWithSharedElements() local
300 assertEquals(endBlue, views.getValue().get(0)); in callStartEndWithSharedElements()
312 assertEquals(endBlue, views.getValue().get(0)); in callStartEndWithSharedElements()
362 final View endBlue = findBlue(); in onMapSharedElementOut() local
363 final Rect endBlueBounds = getBoundsOnScreen(endBlue); in onMapSharedElementOut()
366 endBlue); in onMapSharedElementOut()
388 verifyAndClearTransition(fragment2.sharedElementReturn, endBlueBounds, endBlue, in onMapSharedElementOut()
[all …]
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java570 int endBlue = Color.blue(end); in testOfArgb() local
595 assertTrue(blue < endBlue); in testOfArgb()
DObjectAnimatorTest.java238 int endBlue = Color.blue(end); in testOfArgb() local
249 assertTrue(blue <= endBlue); in testOfArgb()