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

/frameworks/base/core/java/android/transition/
H A DTransition.java572 * startIds and endIds as a guide for which Views have unique IDs.
576 SparseArray<View> startIds, SparseArray<View> endIds) {
577 int numStartIds = startIds.size();
579 View startView = startIds.valueAt(i);
581 View endView = endIds.get(startIds.keyAt(i));
574 matchIds(ArrayMap<View, TransitionValues> unmatchedStart, ArrayMap<View, TransitionValues> unmatchedEnd, SparseArray<View> startIds, SparseArray<View> endIds) argument

Completed in 630 milliseconds