Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DEnterTransitionCoordinator.java403 ArrayList<View> rejectedSnapshots = createSnapshots(sharedElementState, rejectedNames); in startSharedElementTransition() local
405 mListener.onRejectSharedElements(rejectedSnapshots); in startSharedElementTransition()
407 removeNullViews(rejectedSnapshots); in startSharedElementTransition()
408 startRejectedAnimations(rejectedSnapshots); in startSharedElementTransition()
713 private void startRejectedAnimations(final ArrayList<View> rejectedSnapshots) { in startRejectedAnimations() argument
714 if (rejectedSnapshots == null || rejectedSnapshots.isEmpty()) { in startRejectedAnimations()
721 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()
723 View snapshot = rejectedSnapshots.get(i); in startRejectedAnimations()
732 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()
734 overlay.remove(rejectedSnapshots.get(i)); in startRejectedAnimations()