Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java1266 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) { in hasFocusable() argument
1277 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
H A DView.java8262 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) {
8279 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {