HomeSort by relevance Sort by last modified time
    Searched refs:findFocusableViewInBounds (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 615 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge,
634 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) {
788 View newFocused = findFocusableViewInBounds(goLeft, left, right);
    [all...]
ScrollView.java 613 return findFocusableViewInBounds(topFocus, topWithoutFadingEdge,
632 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) {
788 View newFocused = findFocusableViewInBounds(up, top, bottom);
    [all...]

Completed in 47 milliseconds