Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivity.java8379 views[viewNum] = rootView.findViewByAutofillIdTraversal( in autofillClientFindViewsByAutofillIdTraversal()
8399 final View view = rootView.findViewByAutofillIdTraversal(autofillId.getViewId()); in autofillClientFindViewByAutofillIdTraversal()
/frameworks/base/core/java/android/view/
DViewGroup.java1459 public View findViewByAutofillIdTraversal(int autofillId) { in findViewByAutofillIdTraversal() method in ViewGroup
1460 View foundView = super.findViewByAutofillIdTraversal(autofillId); in findViewByAutofillIdTraversal()
1469 foundView = child.findViewByAutofillIdTraversal(autofillId); in findViewByAutofillIdTraversal()
DView.java24619 public <T extends View> T findViewByAutofillIdTraversal(int autofillId) { in findViewByAutofillIdTraversal() method in View
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77867 Landroid/view/View;->findViewByAutofillIdTraversal(I)Landroid/view/View;
78551 Landroid/view/ViewGroup;->findViewByAutofillIdTraversal(I)Landroid/view/View;