Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DTransition.java527 private void matchInstances(ArrayMap<View, TransitionValues> unmatchedStart, in matchInstances()
547 private void matchItemIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchItemIds()
574 private void matchIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchIds()
601 private void matchNames(ArrayMap<View, TransitionValues> unmatchedStart, in matchNames()
627 private void addUnmatched(ArrayMap<View, TransitionValues> unmatchedStart, in addUnmatched()
650 ArrayMap<View, TransitionValues> unmatchedStart = in matchStartAndEnd() local