Searched refs:rejectedSnapshots (Results 1 – 1 of 1) sorted by relevance
398 ArrayList<View> rejectedSnapshots = createSnapshots(sharedElementState, rejectedNames); in startSharedElementTransition() local400 mListener.onRejectSharedElements(rejectedSnapshots); in startSharedElementTransition()402 removeNullViews(rejectedSnapshots); in startSharedElementTransition()403 startRejectedAnimations(rejectedSnapshots); in startSharedElementTransition()692 private void startRejectedAnimations(final ArrayList<View> rejectedSnapshots) { in startRejectedAnimations() argument693 if (rejectedSnapshots == null || rejectedSnapshots.isEmpty()) { in startRejectedAnimations()700 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()702 View snapshot = rejectedSnapshots.get(i); in startRejectedAnimations()711 int numRejected = rejectedSnapshots.size(); in startRejectedAnimations()713 overlay.remove(rejectedSnapshots.get(i)); in startRejectedAnimations()