Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinBasedInputView.java68 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() method in KeyguardPinBasedInputView
DKeyguardPasswordView.java182 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() method in KeyguardPasswordView
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1663 protected boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants() method in HorizontalScrollView
DScrollView.java1765 protected boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants() method in ScrollView
/frameworks/base/core/java/android/view/
DViewGroup.java3325 result = took ? took : onRequestFocusInDescendants(direction, in requestFocus()
3330 final boolean took = onRequestFocusInDescendants(direction, previouslyFocusedRect); in requestFocus()
3357 protected boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants() method in ViewGroup
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2693 protected boolean onRequestFocusInDescendants(int direction,
DRecyclerView.java2444 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants() method
2450 return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); in onRequestFocusInDescendants()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt17851 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/config/
Dboot-image-profile.txt17915 HSPLandroid/view/ViewGroup;->onRequestFocusInDescendants(ILandroid/graphics/Rect;)Z
/frameworks/base/core/api/
Dcurrent.txt53685 method protected boolean onRequestFocusInDescendants(int, android.graphics.Rect);