Searched refs:mSharedElementSourceNames (Results 1 – 3 of 3) sorted by relevance
44 final ArrayList<String> mSharedElementSourceNames; field in BackStackState74 mSharedElementSourceNames = bse.mSharedElementSourceNames; in BackStackState()89 mSharedElementSourceNames = in.createStringArrayList(); in BackStackState()132 bse.mSharedElementSourceNames = mSharedElementSourceNames; in instantiate()153 dest.writeStringList(mSharedElementSourceNames); in writeToParcel()228 ArrayList<String> mSharedElementSourceNames; field in BackStackRecord535 if (mSharedElementSourceNames == null) { in addSharedElement()536 mSharedElementSourceNames = new ArrayList<String>(); in addSharedElement()541 } else if (mSharedElementSourceNames.contains(transitionName)) { in addSharedElement()545 mSharedElementSourceNames.add(transitionName); in addSharedElement()
151 if (record.mSharedElementSourceNames != null) { in calculateNameOverrides()152 final int numSharedElements = record.mSharedElementSourceNames.size(); in calculateNameOverrides()156 targets = record.mSharedElementSourceNames; in calculateNameOverrides()159 sources = record.mSharedElementSourceNames; in calculateNameOverrides()725 names = outTransaction.mSharedElementSourceNames; in captureOutSharedElements()778 names = inTransaction.mSharedElementSourceNames; in captureInSharedElements()837 && inTransaction.mSharedElementSourceNames != null in getInEpicenterView()838 && !inTransaction.mSharedElementSourceNames.isEmpty()) { in getInEpicenterView()840 ? inTransaction.mSharedElementSourceNames.get(0) in getInEpicenterView()859 if (outTransaction.mSharedElementSourceNames != null && in setOutEpicenter()[all …]
4104 Landroid/app/BackStackRecord;->mSharedElementSourceNames:Ljava/util/ArrayList;