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

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java859 * @param preferredFocusable the View that has highest priority and will be
864 final int left, View preferredFocusable) {
874 if ((preferredFocusable != null)
875 && (preferredFocusable.getLeft() < rightWithoutFadingEdge)
876 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) {
877 return preferredFocusable;
863 findFocusableViewInMyBounds(final boolean leftFocus, final int left, View preferredFocusable) argument

Completed in 2551 milliseconds