Searched refs:rejectedSnapshots (Results 1 – 1 of 1) sorted by relevance
376 ArrayList<View> rejectedSnapshots = createSnapshots(sharedElementState, rejectedNames); in startSharedElementTransition() local378 mListener.onRejectSharedElements(rejectedSnapshots); in startSharedElementTransition()380 removeNullViews(rejectedSnapshots); in startSharedElementTransition()381 startRejectedAnimations(rejectedSnapshots); in startSharedElementTransition()672 private void startRejectedAnimations(final ArrayList<View> rejectedSnapshots) { in startRejectedAnimations() argument673 if (rejectedSnapshots == null || rejectedSnapshots.isEmpty()) { in startRejectedAnimations()680 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()682 View snapshot = rejectedSnapshots.get(i); in startRejectedAnimations()691 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()693 overlay.remove(rejectedSnapshots.get(i)); in startRejectedAnimations()