Searched refs:snapshots (Results 1 – 5 of 5) sorted by relevance
602 Bundle sharedElementState, final ArrayList<View> snapshots) { in setSharedElementState() argument620 mListener.onSharedElementStart(mSharedElementNames, mSharedElements, snapshots); in setSharedElementState()625 protected void notifySharedElementEnd(ArrayList<View> snapshots) { in notifySharedElementEnd() argument627 mListener.onSharedElementEnd(mSharedElementNames, mSharedElements, snapshots); in notifySharedElementEnd()631 protected void scheduleSetSharedElementEnd(final ArrayList<View> snapshots) { in scheduleSetSharedElementEnd() argument635 notifySharedElementEnd(snapshots); in scheduleSetSharedElementEnd()674 ArrayList<View> snapshots = new ArrayList<View>(numSharedElements); in createSnapshots() local676 return snapshots; in createSnapshots()698 snapshots.add(snapshot); in createSnapshots()700 return snapshots; in createSnapshots()
275 ArgumentCaptor<List> snapshots = ArgumentCaptor.forClass(List.class); in callStartEndWithSharedElements() local277 snapshots.capture()); in callStartEndWithSharedElements()280 assertNull(snapshots.getValue()); in callStartEndWithSharedElements()287 snapshots.capture()); in callStartEndWithSharedElements()290 assertNull(snapshots.getValue()); in callStartEndWithSharedElements()299 snapshots.capture()); in callStartEndWithSharedElements()302 assertNull(snapshots.getValue()); in callStartEndWithSharedElements()309 snapshots.capture()); in callStartEndWithSharedElements()312 assertNull(snapshots.getValue()); in callStartEndWithSharedElements()
994 std::vector<std::unique_ptr<NBLog::Reader::Snapshot>> snapshots(nLogs); in merge() local997 snapshots[i] = mNamedReaders[i].reader()->getSnapshot(); in merge()998 offsets[i] = snapshots[i]->begin(); in merge()1006 if (offsets[i] != snapshots[i]->end()) { in merge()1019 if (offsets[index] != snapshots[index]->end()) { in merge()
59 " time we create arhives. Otherwise, snapshots will accumulate in the builds folder."
265 // Only look at released versions and snapshots thereof, ex. X.Y.0.txt or X.Y.0-SNAPSHOT.txt.