Searched refs:allowAutoFocus (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java1152 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) { argument
1163 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {
H A DView.java6889 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) { argument
6905 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {

Completed in 432 milliseconds