Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java1486 public View findViewByAutofillIdTraversal(int autofillId) { in findViewByAutofillIdTraversal() method in ViewGroup
DView.java25301 public <T extends View> T findViewByAutofillIdTraversal(int autofillId) { in findViewByAutofillIdTraversal() method in View