Home
last modified time | relevance | path

Searched refs:getFocusable (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
DAdapterView.java255 mDesiredFocusableState = getFocusable(); in AdapterView()
DSearchView.java347 if (getFocusable() == FOCUSABLE_AUTO) { in SearchView()
DTextView.java1642 int focusable = getFocusable();
1673 if (focusable != getFocusable()) {
/frameworks/base/core/java/android/view/
DView.java6867 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {
10099 public int getFocusable() { in getFocusable() method in View
26214 stream.addProperty("focus:focusable", getFocusable());
DViewGroup.java1156 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
/frameworks/base/api/
Dcurrent.txt45231 method public int getFocusable();
Dsystem-current.txt48770 method public int getFocusable();