Home
last modified time | relevance | path

Searched refs:topFocus (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java936 private View findFocusableViewInMyBounds(final boolean topFocus, in findFocusableViewInMyBounds() argument
956 return findFocusableViewInBounds(topFocus, topWithoutFadingEdge, in findFocusableViewInMyBounds()
975 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() argument
1012 (topFocus && viewTop < ctop) || in findFocusableViewInBounds()
1013 (!topFocus && viewBottom > cbot); in findFocusableViewInBounds()