Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/translation/
DUiTranslationController.java608 private void findViewsTraversalByAutofillIds(IntArray sourceViewIds) { in findViewsTraversalByAutofillIds()
614 findViewsTraversalByAutofillIds((ViewGroup) rootView, sourceViewIds); in findViewsTraversalByAutofillIds() local
621 IntArray sourceViewIds) { in findViewsTraversalByAutofillIds()
626 findViewsTraversalByAutofillIds((ViewGroup) child, sourceViewIds); in findViewsTraversalByAutofillIds() local
632 private void addViewIfNeeded(IntArray sourceViewIds, View view) { in addViewIfNeeded()