Home | History | Annotate | Download | only in view

Lines Matching defs:hasFocusable

1152     boolean hasFocusable(boolean allowAutoFocus, boolean dispatchExplicit) {
1153 // This should probably be super.hasFocusable, but that would change
1155 // shouldBlockFocusForTouchscreen() in ViewGroup.hasFocusable.
1187 || (!dispatchExplicit && child.hasFocusable())) {