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

/frameworks/base/core/java/android/transition/
H A DTransition.java569 * startIds and endIds as a guide for which Views have unique IDs.
573 SparseArray<View> startIds, SparseArray<View> endIds) {
578 View endView = endIds.get(startIds.keyAt(i));
571 matchIds(ArrayMap<View, TransitionValues> unmatchedStart, ArrayMap<View, TransitionValues> unmatchedEnd, SparseArray<View> startIds, SparseArray<View> endIds) argument

Completed in 44 milliseconds