Home
last modified time | relevance | path

Searched refs:onRequestFocusInDescendants (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinBasedInputView.java57 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() method in KeyguardPinBasedInputView
DKeyguardPasswordView.java235 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() method in KeyguardPasswordView
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1564 protected boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants() method in HorizontalScrollView
DScrollView.java1603 protected boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants() method in ScrollView
/frameworks/base/core/java/android/view/
DViewGroup.java3263 result = took ? took : onRequestFocusInDescendants(direction, in requestFocus()
3268 final boolean took = onRequestFocusInDescendants(direction, previouslyFocusedRect); in requestFocus()
3295 protected boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants() method in ViewGroup
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2649 protected boolean onRequestFocusInDescendants(int direction,
DRecyclerView.java2424 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() method in RecyclerView
2430 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
/frameworks/base/config/
Dboot-image-profile.txt17460 HSPLandroid/view/ViewGroup;->onRequestFocusInDescendants(ILandroid/graphics/Rect;)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34152 method protected boolean onRequestFocusInDescendants(int, android.graphics.Rect);
/frameworks/base/non-updatable-api/
Dcurrent.txt52508 method protected boolean onRequestFocusInDescendants(int, android.graphics.Rect);
/frameworks/base/api/
Dcurrent.txt52652 method protected boolean onRequestFocusInDescendants(int, android.graphics.Rect);