Searched defs:findViewByAutofillIdTraversal (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java383 @Nullable View findViewByAutofillIdTraversal(int viewId); method in interface:AutofillManager.AutofillClient
1489 return client.findViewByAutofillIdTraversal(autofillId.getViewId());
/frameworks/base/core/java/android/app/
H A DActivity.java7501 views[viewNum] = rootView.findViewByAutofillIdTraversal(
7513 @Nullable public View findViewByAutofillIdTraversal(int viewId) { method in class:Activity
7520 final View view = rootView.findViewByAutofillIdTraversal(viewId);
/frameworks/base/core/java/android/view/
H A DViewGroup.java1373 public View findViewByAutofillIdTraversal(int autofillId) { method in class:ViewGroup
1374 View foundView = super.findViewByAutofillIdTraversal(autofillId);
1383 foundView = child.findViewByAutofillIdTraversal(autofillId);
H A DView.java21618 public <T extends View> T findViewByAutofillIdTraversal(int autofillId) { method in class:View

Completed in 531 milliseconds