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

/frameworks/base/core/java/android/transition/
H A DTransition.java524 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd.
526 private void matchInstances(ArrayMap<View, TransitionValues> unmatchedStart, argument
528 for (int i = unmatchedStart.size() - 1; i >= 0; i--) {
529 View view = unmatchedStart.keyAt(i);
532 TransitionValues start = unmatchedStart.removeAt(i);
541 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
544 private void matchItemIds(ArrayMap<View, TransitionValues> unmatchedStart, argument
553 TransitionValues startValues = unmatchedStart.get(startView);
558 unmatchedStart.remove(startView);
568 * and mEndValuesList and removes them from unmatchedStart an
571 matchIds(ArrayMap<View, TransitionValues> unmatchedStart, ArrayMap<View, TransitionValues> unmatchedEnd, SparseArray<View> startIds, SparseArray<View> endIds) argument
598 matchNames(ArrayMap<View, TransitionValues> unmatchedStart, ArrayMap<View, TransitionValues> unmatchedEnd, ArrayMap<String, View> startNames, ArrayMap<String, View> endNames) argument
624 addUnmatched(ArrayMap<View, TransitionValues> unmatchedStart, ArrayMap<View, TransitionValues> unmatchedEnd) argument
[all...]

Completed in 52 milliseconds