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.java206 final View endBlue = findBlue(); in removeAdded() local
209 verifyAndClearTransition(fragment2.enterTransition, null, endBlue, endGreen); in removeAdded()
224 verifyAndClearTransition(fragment2.returnTransition, null, endBlue, endGreen); in removeAdded()
293 final View endBlue = findBlue(); in callStartEndWithSharedElements() local
301 assertEquals(endBlue, views.getValue().get(0)); in callStartEndWithSharedElements()
313 assertEquals(endBlue, views.getValue().get(0)); in callStartEndWithSharedElements()
363 final View endBlue = findBlue(); in onMapSharedElementOut() local
364 final Rect endBlueBounds = getBoundsOnScreen(endBlue); in onMapSharedElementOut()
367 endBlue); in onMapSharedElementOut()
389 verifyAndClearTransition(fragment2.sharedElementReturn, endBlueBounds, endBlue, in onMapSharedElementOut()
[all …]
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java609 int endBlue = Color.blue(end); in testOfArgb() local
634 assertTrue(blue < endBlue); in testOfArgb()
DObjectAnimatorTest.java239 int endBlue = Color.blue(end); in testOfArgb() local
250 assertTrue(blue <= endBlue); in testOfArgb()