Searched refs:findFocusableViewInBounds (Results 1 - 2 of 2) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java835 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge,
854 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) { method in class:HorizontalScrollView
1008 View newFocused = findFocusableViewInBounds(goLeft, left, right);
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java956 return findFocusableViewInBounds(topFocus, topWithoutFadingEdge,
975 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { method in class:ScrollerView
1133 View newFocused = findFocusableViewInBounds(up, top, bottom);

Completed in 29 milliseconds