Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java1237 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) { in hasFocusable() argument
1248 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()