Home
last modified time | relevance | path

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

/cts/tests/fragment/src/android/fragment/cts/
DFragmentTransitionTest.java403 final Rect startBlueBounds = getBoundsOnScreen(startBlue); in onMapSharedElementIn() local
434 verifyAndClearTransition(fragment2.sharedElementEnter, startBlueBounds, startBlue, in onMapSharedElementIn()
470 final Rect startBlueBounds = getBoundsOnScreen(startBlue); in complexSharedElementTransition() local
488 verifyAndClearTransition(fragment2.sharedElementEnterTransition1, startBlueBounds, in complexSharedElementTransition()
490 verifyAndClearTransition(fragment2.sharedElementEnterTransition2, startBlueBounds, in complexSharedElementTransition()
642 final Rect startBlueBounds = getBoundsOnScreen(startBlue); in sharedElementMismatch() local
661 verifyAndClearTransition(fragment1.exitTransition, startBlueBounds, startGreen); in sharedElementMismatch()
662 verifyAndClearTransition(fragment2.sharedElementEnter, startBlueBounds, startBlue); in sharedElementMismatch()
741 final Rect startBlueBounds = getBoundsOnScreen(startBlue); in noSharedElementTransition() local
758 verifyAndClearTransition(fragment1.exitTransition, startBlueBounds, startGreen); in noSharedElementTransition()
[all …]