Home
last modified time | relevance | path

Searched defs:onRequestFocusInDescendants (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinBasedInputView.java54 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() method in KeyguardPinBasedInputView
DKeyguardPasswordView.java121 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() method in KeyguardPasswordView
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1588 protected boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants() method in HorizontalScrollView
DScrollView.java1630 protected boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants() method in ScrollView
/frameworks/base/core/java/android/view/
DViewGroup.java3355 protected boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants() method in ViewGroup
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2444 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() method