Searched refs:unmatchedEnd (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | Transition.java | 530 ArrayMap<View, TransitionValues> unmatchedEnd) { in matchInstances() argument 550 ArrayMap<View, TransitionValues> unmatchedEnd, in matchItemIds() argument 564 unmatchedEnd.remove(endView); in matchItemIds() 577 ArrayMap<View, TransitionValues> unmatchedEnd, in matchIds() argument 591 unmatchedEnd.remove(endView); in matchIds() 604 ArrayMap<View, TransitionValues> unmatchedEnd, in matchNames() argument 618 unmatchedEnd.remove(endView); in matchNames() 641 for (int i = 0; i < unmatchedEnd.size(); i++) { in addUnmatched() 654 ArrayMap<View, TransitionValues> unmatchedEnd = in matchStartAndEnd() local 667 matchIds(unmatchedStart, unmatchedEnd, in matchStartAndEnd() [all …]
|