Searched defs:rejectedSnapshots (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/app/
H A DEnterTransitionCoordinator.java316 ArrayList<View> rejectedSnapshots = createSnapshots(sharedElementState, rejectedNames);
318 mListener.onRejectSharedElements(rejectedSnapshots);
320 removeNullViews(rejectedSnapshots);
321 startRejectedAnimations(rejectedSnapshots);
601 private void startRejectedAnimations(final ArrayList<View> rejectedSnapshots) { argument
602 if (rejectedSnapshots == null || rejectedSnapshots.isEmpty()) {
609 int numRejected = rejectedSnapshots.size();
611 View snapshot = rejectedSnapshots.get(i);
620 int numRejected = rejectedSnapshots
[all...]

Completed in 61 milliseconds