Home
last modified time | relevance | path

Searched refs: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() argument
529 for (int i = unmatchedStart.size() - 1; i >= 0; i--) { in matchInstances()
530 View view = unmatchedStart.keyAt(i); in matchInstances()
534 TransitionValues start = unmatchedStart.removeAt(i); in matchInstances()
547 private void matchItemIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchItemIds() argument
556 TransitionValues startValues = unmatchedStart.get(startView); in matchItemIds()
561 unmatchedStart.remove(startView); in matchItemIds()
574 private void matchIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchIds() argument
583 TransitionValues startValues = unmatchedStart.get(startView); in matchIds()
588 unmatchedStart.remove(startView); in matchIds()
[all …]