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

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java1007 public boolean hasExplicitFocusable(@NonNull View view) { method in class:ViewCompat.ViewCompatBaseImpl
1629 public boolean hasExplicitFocusable(@NonNull View view) { method in class:ViewCompat.ViewCompatApi26Impl
1630 return view.hasExplicitFocusable();
3917 * for which {@link View#hasExplicitFocusable()} returns {@code true}.
3918 * A "reachable hasExplicitFocusable()" is a view whose parents do not block descendants focus.
3930 public static boolean hasExplicitFocusable(@NonNull View view) { method in class:ViewCompat
3931 return IMPL.hasExplicitFocusable(view);
/frameworks/base/core/java/android/view/
H A DView.java6854 * Use {@link #hasExplicitFocusable()} if you require the pre-{@link Build.VERSION_CODES#O}
6862 * @see #hasExplicitFocusable()
6870 * for which {@link #hasExplicitFocusable()} returns {@code true}.
6871 * A "reachable hasExplicitFocusable()" is a view whose parents do not block descendants focus.
6885 public boolean hasExplicitFocusable() { method in class:View

Completed in 543 milliseconds