Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DTransition.java534 ArrayMap<View, TransitionValues> unmatchedEnd) { in matchInstances() argument
538 TransitionValues end = unmatchedEnd.remove(view); in matchInstances()
554 ArrayMap<View, TransitionValues> unmatchedEnd, in matchItemIds() argument
563 TransitionValues endValues = unmatchedEnd.get(endView); in matchItemIds()
568 unmatchedEnd.remove(endView); in matchItemIds()
581 ArrayMap<View, TransitionValues> unmatchedEnd, in matchIds() argument
590 TransitionValues endValues = unmatchedEnd.get(endView); in matchIds()
595 unmatchedEnd.remove(endView); in matchIds()
608 ArrayMap<View, TransitionValues> unmatchedEnd, in matchNames() argument
617 TransitionValues endValues = unmatchedEnd.get(endView); in matchNames()
[all …]