Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java946 final int topWithoutFadingEdge = top + fadingEdgeLength; in findFocusableViewInMyBounds() local
952 …zontal ? preferredFocusable.getRight() : preferredFocusable.getBottom()) > topWithoutFadingEdge)) { in findFocusableViewInMyBounds()
956 return findFocusableViewInBounds(topFocus, topWithoutFadingEdge, in findFocusableViewInMyBounds()