Searched refs:rejectedNames (Results 1 – 1 of 1) sorted by relevance
401 ArrayList<String> rejectedNames = new ArrayList<String>(mAllSharedElementNames); in startSharedElementTransition() local402 rejectedNames.removeAll(mSharedElementNames); in startSharedElementTransition()403 ArrayList<View> rejectedSnapshots = createSnapshots(sharedElementState, rejectedNames); in startSharedElementTransition()