Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DEnterTransitionCoordinator.java399 ArrayList<View> rejectedSnapshots = createSnapshots(sharedElementState, rejectedNames); in startSharedElementTransition() local
401 mListener.onRejectSharedElements(rejectedSnapshots); in startSharedElementTransition()
403 removeNullViews(rejectedSnapshots); in startSharedElementTransition()
404 startRejectedAnimations(rejectedSnapshots); in startSharedElementTransition()
709 private void startRejectedAnimations(final ArrayList<View> rejectedSnapshots) { in startRejectedAnimations() argument
710 if (rejectedSnapshots == null || rejectedSnapshots.isEmpty()) { in startRejectedAnimations()
717 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()
719 View snapshot = rejectedSnapshots.get(i); in startRejectedAnimations()
728 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()
730 overlay.remove(rejectedSnapshots.get(i)); in startRejectedAnimations()