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

/frameworks/base/core/java/android/view/
H A DViewGroup.java1152 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) { method in class:ViewGroup
1153 // This should probably be super.hasFocusable, but that would change
1155 // shouldBlockFocusForTouchscreen() in ViewGroup.hasFocusable.
1187 || (!dispatchExplicit && child.hasFocusable())) {
H A DView.java878 * Prior to O, auto-focusable didn't exist and widgets such as ListView use hasFocusable
6845 * for which {@link #hasFocusable()} returns {@code true}. A "reachable hasFocusable()"
6864 public boolean hasFocusable() { method in class:View
6865 return hasFocusable(!sHasFocusableExcludeAutoFocusable, false);
6876 * {@link #hasFocusable()} in that only views explicitly set focusable will cause
6883 * @see #hasFocusable()
6886 return hasFocusable(false, true);
6889 boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) { method in class:View
10553 if (!hasFocusable()) {
[all...]

Completed in 64 milliseconds