Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DTransition.java528 private void matchInstances(ArrayMap<View, TransitionValues> unmatchedStart, in matchInstances()
548 private void matchItemIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchItemIds()
575 private void matchIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchIds()
602 private void matchNames(ArrayMap<View, TransitionValues> unmatchedStart, in matchNames()
628 private void addUnmatched(ArrayMap<View, TransitionValues> unmatchedStart, in addUnmatched()
651 ArrayMap<View, TransitionValues> unmatchedStart = in matchStartAndEnd() local