Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DTransition.java530 ArrayMap<View, TransitionValues> unmatchedEnd) { in matchInstances() argument
534 TransitionValues end = unmatchedEnd.remove(view); in matchInstances()
550 ArrayMap<View, TransitionValues> unmatchedEnd, in matchItemIds() argument
559 TransitionValues endValues = unmatchedEnd.get(endView); in matchItemIds()
564 unmatchedEnd.remove(endView); in matchItemIds()
577 ArrayMap<View, TransitionValues> unmatchedEnd, in matchIds() argument
586 TransitionValues endValues = unmatchedEnd.get(endView); in matchIds()
591 unmatchedEnd.remove(endView); in matchIds()
604 ArrayMap<View, TransitionValues> unmatchedEnd, in matchNames() argument
613 TransitionValues endValues = unmatchedEnd.get(endView); in matchNames()
[all …]