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

/frameworks/base/core/java/android/view/
H A DViewGroup.java1214 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) { argument
1225 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {
H A DView.java7194 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) { argument
7211 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {
[all...]

Completed in 124 milliseconds