Home
last modified time | relevance | path

Searched refs:hasFocusable (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsListView.java2507 if (v.hasFocusable()) return; in keyPressed()
2996 if (child != null && !child.hasFocusable()) { in run()
3417 if (child != null && !child.hasFocusable() && inList) { in onTouchEvent()
/frameworks/base/core/java/android/view/
DViewGroup.java865 public boolean hasFocusable() { in hasFocusable() method in ViewGroup
881 if (child.hasFocusable()) { in hasFocusable()
DView.java4593 public boolean hasFocusable() { in hasFocusable() method in View
/frameworks/base/api/
Dcurrent.txt26045 method public boolean hasFocusable();