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

/frameworks/base/core/java/android/transition/
H A DTransition.java525 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd.
528 ArrayMap<View, TransitionValues> unmatchedEnd) {
532 TransitionValues end = unmatchedEnd.remove(view);
544 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
548 ArrayMap<View, TransitionValues> unmatchedEnd,
557 TransitionValues endValues = unmatchedEnd.get(endView);
562 unmatchedEnd.remove(endView);
571 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
575 ArrayMap<View, TransitionValues> unmatchedEnd,
584 TransitionValues endValues = unmatchedEnd
527 matchInstances(ArrayMap<View, TransitionValues> unmatchedStart, ArrayMap<View, TransitionValues> unmatchedEnd) argument
547 matchItemIds(ArrayMap<View, TransitionValues> unmatchedStart, ArrayMap<View, TransitionValues> unmatchedEnd, LongSparseArray<View> startItemIds, LongSparseArray<View> endItemIds) argument
574 matchIds(ArrayMap<View, TransitionValues> unmatchedStart, ArrayMap<View, TransitionValues> unmatchedEnd, SparseArray<View> startIds, SparseArray<View> endIds) argument
601 matchNames(ArrayMap<View, TransitionValues> unmatchedStart, ArrayMap<View, TransitionValues> unmatchedEnd, ArrayMap<String, View> startNames, ArrayMap<String, View> endNames) argument
627 addUnmatched(ArrayMap<View, TransitionValues> unmatchedStart, ArrayMap<View, TransitionValues> unmatchedEnd) argument
[all...]

Completed in 267 milliseconds