Searched refs:createSnapshots (Results 1 – 3 of 3) sorted by relevance
316 ArrayList<View> rejectedSnapshots = createSnapshots(sharedElementState, rejectedNames); in startSharedElementTransition()324 ArrayList<View> sharedElementSnapshots = createSnapshots(sharedElementState, in startSharedElementTransition()
172 final ArrayList<View> sharedElementSnapshots = createSnapshots(mExitSharedElementBundle, in startSharedElementExit()
609 protected ArrayList<View> createSnapshots(Bundle state, Collection<String> names) { in createSnapshots() method in ActivityTransitionCoordinator