Home
last modified time | relevance | path

Searched refs:sourceViewIds (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/translation/
H A DUiTranslationController.java608 private void findViewsTraversalByAutofillIds(IntArray sourceViewIds) { in findViewsTraversalByAutofillIds() argument
614 findViewsTraversalByAutofillIds((ViewGroup) rootView, sourceViewIds); in findViewsTraversalByAutofillIds()
616 addViewIfNeeded(sourceViewIds, rootView); in findViewsTraversalByAutofillIds()
621 IntArray sourceViewIds) { in findViewsTraversalByAutofillIds() argument
626 findViewsTraversalByAutofillIds((ViewGroup) child, sourceViewIds); in findViewsTraversalByAutofillIds()
628 addViewIfNeeded(sourceViewIds, child); in findViewsTraversalByAutofillIds()
632 private void addViewIfNeeded(IntArray sourceViewIds, View view) { in addViewIfNeeded() argument
634 if (autofillId != null && (sourceViewIds.indexOf(autofillId.getViewId()) >= 0) in addViewIfNeeded()