Searched refs:onRequestFocusInDescendants (Results 1 - 7 of 7) 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.java936 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { method in class:PagedView
/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.java2344 * Uses {@link #onRequestFocusInDescendants(int, android.graphics.Rect)} to
2350 * @see #onRequestFocusInDescendants(int, android.graphics.Rect)
2365 return took ? took : onRequestFocusInDescendants(direction, previouslyFocusedRect);
2368 final boolean took = onRequestFocusInDescendants(direction, previouslyFocusedRect);
2390 protected boolean onRequestFocusInDescendants(int direction, method in class:ViewGroup
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2658 protected boolean onRequestFocusInDescendants(int direction, method in class:ViewPager

Completed in 248 milliseconds