Searched refs:unmatchedStart (Results 1 – 1 of 1) sorted by relevance
528 private void matchInstances(ArrayMap<View, TransitionValues> unmatchedStart, in matchInstances() argument530 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() argument557 TransitionValues startValues = unmatchedStart.get(startView); in matchItemIds()562 unmatchedStart.remove(startView); in matchItemIds()575 private void matchIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchIds() argument584 TransitionValues startValues = unmatchedStart.get(startView); in matchIds()589 unmatchedStart.remove(startView); in matchIds()[all …]