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

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java3342 * for which {@link View#hasExplicitFocusable()} returns {@code true}.
3343 * A "reachable hasExplicitFocusable()" is a view whose parents do not block descendants focus.
3355 public static boolean hasExplicitFocusable(@NonNull View view) { method in class:ViewCompat
3357 return view.hasExplicitFocusable();
/frameworks/base/core/java/android/view/
H A DView.java7159 * Use {@link #hasExplicitFocusable()} if you require the pre-{@link Build.VERSION_CODES#O}
7167 * @see #hasExplicitFocusable()
7175 * for which {@link #hasExplicitFocusable()} returns {@code true}.
7176 * A "reachable hasExplicitFocusable()" is a view whose parents do not block descendants focus.
7190 public boolean hasExplicitFocusable() { method in class:View
[all...]

Completed in 1610 milliseconds