Searched refs:hasFocusable (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1105 if (isNavigationKey && mOverlayViewContainer.hasFocusable()) {
/frameworks/base/core/java/android/widget/
H A DAbsListView.java2753 if (v.hasFocusable()) return;
3270 if (child != null && !child.hasFocusable()) {
3820 if (inList && !child.hasFocusable()) {
/frameworks/base/core/java/android/view/
H A DViewGroup.java919 public boolean hasFocusable() { method in class:ViewGroup
935 if (child.hasFocusable()) {
H A DView.java5138 * for which {@link #hasFocusable()} returns true. A "reachable hasFocusable()"
5149 public boolean hasFocusable() { method in class:View

Completed in 490 milliseconds