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

/frameworks/base/core/java/android/widget/
H A DAdapterView.java255 mDesiredFocusableState = getFocusable();
H A DNumberPicker.java776 if (getFocusable() == View.FOCUSABLE_AUTO) {
H A DSearchView.java347 if (getFocusable() == FOCUSABLE_AUTO) {
H A DTextView.java1644 int focusable = getFocusable();
1675 if (focusable != getFocusable()) {
/frameworks/base/core/java/android/view/
H A DViewGroup.java1163 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {
H A DView.java6872 * Only {@link #VISIBLE} views for which {@link #getFocusable()} would return
6905 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {
10143 public int getFocusable() { method in class:View
26214 stream.addProperty("focus:focusable", getFocusable());

Completed in 578 milliseconds