Searched refs:sourceViewIds (Results 1 – 1 of 1) sorted by relevance
608 private void findViewsTraversalByAutofillIds(IntArray sourceViewIds) { in findViewsTraversalByAutofillIds() argument614 findViewsTraversalByAutofillIds((ViewGroup) rootView, sourceViewIds); in findViewsTraversalByAutofillIds()616 addViewIfNeeded(sourceViewIds, rootView); in findViewsTraversalByAutofillIds()621 IntArray sourceViewIds) { in findViewsTraversalByAutofillIds() argument626 findViewsTraversalByAutofillIds((ViewGroup) child, sourceViewIds); in findViewsTraversalByAutofillIds()628 addViewIfNeeded(sourceViewIds, child); in findViewsTraversalByAutofillIds()632 private void addViewIfNeeded(IntArray sourceViewIds, View view) { in addViewIfNeeded() argument634 if (autofillId != null && (sourceViewIds.indexOf(autofillId.getViewId()) >= 0) in addViewIfNeeded()