Home
last modified time | relevance | path

Searched defs:unmatchedEnd (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/transition/src/android/support/transition/
DTransition.java540 ArrayMap<View, TransitionValues> unmatchedEnd) { in matchInstances()
560 ArrayMap<View, TransitionValues> unmatchedEnd, in matchItemIds()
587 ArrayMap<View, TransitionValues> unmatchedEnd, in matchIds()
614 ArrayMap<View, TransitionValues> unmatchedEnd, in matchNames()
640 ArrayMap<View, TransitionValues> unmatchedEnd) { in addUnmatched()
663 ArrayMap<View, TransitionValues> unmatchedEnd = new ArrayMap<>(endValues.mViewValues); in matchStartAndEnd() local
/frameworks/base/core/java/android/transition/
DTransition.java528 ArrayMap<View, TransitionValues> unmatchedEnd) { in matchInstances()
548 ArrayMap<View, TransitionValues> unmatchedEnd, in matchItemIds()
575 ArrayMap<View, TransitionValues> unmatchedEnd, in matchIds()
602 ArrayMap<View, TransitionValues> unmatchedEnd, in matchNames()
628 ArrayMap<View, TransitionValues> unmatchedEnd) { in addUnmatched()
652 ArrayMap<View, TransitionValues> unmatchedEnd = in matchStartAndEnd() local