Searched refs:onRequestFocusInDescendants (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAbsKeyInputView.java136 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { method in class:KeyguardAbsKeyInputView
H A DKeyguardAccountView.java128 protected boolean onRequestFocusInDescendants(int direction, method in class:KeyguardAccountView
H A DPagedView.java934 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { method in class:PagedView
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DAccountUnlockScreen.java129 protected boolean onRequestFocusInDescendants(int direction, method in class:AccountUnlockScreen
H A DPasswordUnlockScreen.java255 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { method in class:PasswordUnlockScreen
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1406 protected boolean onRequestFocusInDescendants(int direction, method in class:HorizontalScrollView
H A DScrollView.java1400 protected boolean onRequestFocusInDescendants(int direction, method in class:ScrollView
/frameworks/base/core/java/android/view/
H A DViewGroup.java2306 * Uses {@link #onRequestFocusInDescendants(int, android.graphics.Rect)} to
2312 * @see #onRequestFocusInDescendants(int, android.graphics.Rect)
2327 return took ? took : onRequestFocusInDescendants(direction, previouslyFocusedRect);
2330 final boolean took = onRequestFocusInDescendants(direction, previouslyFocusedRect);
2352 protected boolean onRequestFocusInDescendants(int direction, method in class:ViewGroup
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2570 protected boolean onRequestFocusInDescendants(int direction, method in class:ViewPager

Completed in 144 milliseconds