Searched refs:rejectedSnapshots (Results 1 – 1 of 1) sorted by relevance
388 ArrayList<View> rejectedSnapshots = createSnapshots(sharedElementState, rejectedNames); in startSharedElementTransition() local390 mListener.onRejectSharedElements(rejectedSnapshots); in startSharedElementTransition()392 removeNullViews(rejectedSnapshots); in startSharedElementTransition()393 startRejectedAnimations(rejectedSnapshots); in startSharedElementTransition()682 private void startRejectedAnimations(final ArrayList<View> rejectedSnapshots) { in startRejectedAnimations() argument683 if (rejectedSnapshots == null || rejectedSnapshots.isEmpty()) { in startRejectedAnimations()690 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()692 View snapshot = rejectedSnapshots.get(i); in startRejectedAnimations()701 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()703 overlay.remove(rejectedSnapshots.get(i)); in startRejectedAnimations()