Searched refs:allowAutoFocus (Results 1 – 2 of 2) sorted by relevance
1262 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) { in hasFocusable() argument1273 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
8634 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) {8651 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {