Searched refs:rejectedSnapshots (Results 1 – 1 of 1) sorted by relevance
403 ArrayList<View> rejectedSnapshots = createSnapshots(sharedElementState, rejectedNames); in startSharedElementTransition() local405 mListener.onRejectSharedElements(rejectedSnapshots); in startSharedElementTransition()407 removeNullViews(rejectedSnapshots); in startSharedElementTransition()408 startRejectedAnimations(rejectedSnapshots); in startSharedElementTransition()717 private void startRejectedAnimations(final ArrayList<View> rejectedSnapshots) { in startRejectedAnimations() argument718 if (rejectedSnapshots == null || rejectedSnapshots.isEmpty()) { in startRejectedAnimations()725 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()727 View snapshot = rejectedSnapshots.get(i); in startRejectedAnimations()736 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()738 overlay.remove(rejectedSnapshots.get(i)); in startRejectedAnimations()