Home | History | Annotate | Download | only in app

Lines Matching refs:snapshots

602             Bundle sharedElementState, final ArrayList<View> snapshots) {
620 mListener.onSharedElementStart(mSharedElementNames, mSharedElements, snapshots);
625 protected void notifySharedElementEnd(ArrayList<View> snapshots) {
627 mListener.onSharedElementEnd(mSharedElementNames, mSharedElements, snapshots);
631 protected void scheduleSetSharedElementEnd(final ArrayList<View> snapshots) {
635 notifySharedElementEnd(snapshots);
674 ArrayList<View> snapshots = new ArrayList<View>(numSharedElements);
676 return snapshots;
697 // Even null snapshots are added so they remain in the same order as shared elements.
698 snapshots.add(snapshot);
700 return snapshots;