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

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java838 * @param preferredFocusable the View that has highest priority and will be
843 final int left, View preferredFocusable) {
853 if ((preferredFocusable != null)
854 && (preferredFocusable.getLeft() < rightWithoutFadingEdge)
855 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) {
856 return preferredFocusable;
842 findFocusableViewInMyBounds(final boolean leftFocus, final int left, View preferredFocusable) argument

Completed in 40 milliseconds