Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DTransition.java529 ArrayMap<View, TransitionValues> unmatchedEnd) { in matchInstances() argument
533 TransitionValues end = unmatchedEnd.remove(view); in matchInstances()
549 ArrayMap<View, TransitionValues> unmatchedEnd, in matchItemIds() argument
558 TransitionValues endValues = unmatchedEnd.get(endView); in matchItemIds()
563 unmatchedEnd.remove(endView); in matchItemIds()
576 ArrayMap<View, TransitionValues> unmatchedEnd, in matchIds() argument
585 TransitionValues endValues = unmatchedEnd.get(endView); in matchIds()
590 unmatchedEnd.remove(endView); in matchIds()
603 ArrayMap<View, TransitionValues> unmatchedEnd, in matchNames() argument
612 TransitionValues endValues = unmatchedEnd.get(endView); in matchNames()
[all …]