Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java3629 populateChildrenForAutofill(children, flags); in getChildrenForAutofill()
3634 private void populateChildrenForAutofill(ArrayList<View> list, @AutofillFlags int flags) { in populateChildrenForAutofill() method in ViewGroup
3650 ((ViewGroup) child).populateChildrenForAutofill(list, flags); in populateChildrenForAutofill()