Searched refs:unmatchedStart (Results 1 – 1 of 1) sorted by relevance
527 private void matchInstances(ArrayMap<View, TransitionValues> unmatchedStart, in matchInstances() argument529 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() argument556 TransitionValues startValues = unmatchedStart.get(startView); in matchItemIds()561 unmatchedStart.remove(startView); in matchItemIds()574 private void matchIds(ArrayMap<View, TransitionValues> unmatchedStart, in matchIds() argument583 TransitionValues startValues = unmatchedStart.get(startView); in matchIds()588 unmatchedStart.remove(startView); in matchIds()[all …]