Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DTransition.java533 private void matchInstances(ArrayMap<View, TransitionValues> unmatchedStart, in matchInstances()
553 private void matchItemIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchItemIds()
580 private void matchIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchIds()
607 private void matchNames(ArrayMap<View, TransitionValues> unmatchedStart, in matchNames()
633 private void addUnmatched(ArrayMap<View, TransitionValues> unmatchedStart, in addUnmatched()
656 ArrayMap<View, TransitionValues> unmatchedStart = in matchStartAndEnd() local