Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/transition/
H A DTransition.java529 private void matchInstances(ArrayMap<View, TransitionValues> unmatchedStart, in matchInstances()
549 private void matchItemIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchItemIds()
576 private void matchIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchIds()
603 private void matchNames(ArrayMap<View, TransitionValues> unmatchedStart, in matchNames()
629 private void addUnmatched(ArrayMap<View, TransitionValues> unmatchedStart, in addUnmatched()
652 ArrayMap<View, TransitionValues> unmatchedStart = in matchStartAndEnd() local