Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java943 final int fadingEdgeLength = (mHorizontal in findFocusableViewInMyBounds() local
946 final int topWithoutFadingEdge = top + fadingEdgeLength; in findFocusableViewInMyBounds()
947 …al int bottomWithoutFadingEdge = top + (mHorizontal ? getWidth() : getHeight()) - fadingEdgeLength; in findFocusableViewInMyBounds()