Searched defs:onRequestFocusInDescendants (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java140 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { method in class:KeyguardAbsKeyInputView
H A DKeyguardAccountView.java127 protected boolean onRequestFocusInDescendants(int direction, method in class:KeyguardAccountView
H A DPagedView.java978 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { method in class:PagedView
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1415 protected boolean onRequestFocusInDescendants(int direction, method in class:HorizontalScrollView
H A DScrollView.java1409 protected boolean onRequestFocusInDescendants(int direction, method in class:ScrollView
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2688 protected boolean onRequestFocusInDescendants(int direction, method in class:ViewPager
/frameworks/base/core/java/android/view/
H A DViewGroup.java2349 * Uses {@link #onRequestFocusInDescendants(int, android.graphics.Rect)} to
2355 * @see #onRequestFocusInDescendants(int, android.graphics.Rect)
2370 return took ? took : onRequestFocusInDescendants(direction, previouslyFocusedRect);
2373 final boolean took = onRequestFocusInDescendants(direction, previouslyFocusedRect);
2395 protected boolean onRequestFocusInDescendants(int direction, method in class:ViewGroup

Completed in 5738 milliseconds