Home
last modified time | relevance | path

Searched refs: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() argument
530 for (int i = unmatchedStart.size() - 1; i >= 0; i--) { in matchInstances()
531 View view = unmatchedStart.keyAt(i); in matchInstances()
535 TransitionValues start = unmatchedStart.removeAt(i); in matchInstances()
548 private void matchItemIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchItemIds() argument
557 TransitionValues startValues = unmatchedStart.get(startView); in matchItemIds()
562 unmatchedStart.remove(startView); in matchItemIds()
575 private void matchIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchIds() argument
584 TransitionValues startValues = unmatchedStart.get(startView); in matchIds()
589 unmatchedStart.remove(startView); in matchIds()
[all …]