Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DTransition.java528 ArrayMap<View, TransitionValues> unmatchedEnd) { in matchInstances() argument
532 TransitionValues end = unmatchedEnd.remove(view); in matchInstances()
548 ArrayMap<View, TransitionValues> unmatchedEnd, in matchItemIds() argument
557 TransitionValues endValues = unmatchedEnd.get(endView); in matchItemIds()
562 unmatchedEnd.remove(endView); in matchItemIds()
575 ArrayMap<View, TransitionValues> unmatchedEnd, in matchIds() argument
584 TransitionValues endValues = unmatchedEnd.get(endView); in matchIds()
589 unmatchedEnd.remove(endView); in matchIds()
602 ArrayMap<View, TransitionValues> unmatchedEnd, in matchNames() argument
611 TransitionValues endValues = unmatchedEnd.get(endView); in matchNames()
[all …]