Searched refs:findViewByAutofillHint (Results 1 – 1 of 1) sorted by relevance
489 public static View findViewByAutofillHint(Activity activity, String hint) { in findViewByAutofillHint() method in Helper491 return findViewByAutofillHint(rootView, hint); in findViewByAutofillHint()498 public static View findViewByAutofillHint(View view, String hint) { in findViewByAutofillHint() method in Helper503 final View child = findViewByAutofillHint(group.getChildAt(i), hint); in findViewByAutofillHint()