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

/frameworks/base/core/java/android/view/
H A DView.java7177 * Only {@link #VISIBLE} views for which {@link #getFocusable()} would return
7211 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {
10750 public int getFocusable() { method in class:View
[all...]

Completed in 68 milliseconds