Home | History | Annotate | Download | only in app

Lines Matching defs:snapshots

534             Bundle sharedElementState, final ArrayList<View> snapshots) {
552 mListener.onSharedElementStart(mSharedElementNames, mSharedElements, snapshots);
557 protected void notifySharedElementEnd(ArrayList<View> snapshots) {
559 mListener.onSharedElementEnd(mSharedElementNames, mSharedElements, snapshots);
563 protected void scheduleSetSharedElementEnd(final ArrayList<View> snapshots) {
571 notifySharedElementEnd(snapshots);
613 ArrayList<View> snapshots = new ArrayList<View>(numSharedElements);
615 return snapshots;
636 // Even null snapshots are added so they remain in the same order as shared elements.
637 snapshots.add(snapshot);
639 return snapshots;