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