Searched refs:fadingEdgeLength (Results 1 – 1 of 1) sorted by relevance
943 final int fadingEdgeLength = (mHorizontal in findFocusableViewInMyBounds() local946 final int topWithoutFadingEdge = top + fadingEdgeLength; in findFocusableViewInMyBounds()947 …al int bottomWithoutFadingEdge = top + (mHorizontal ? getWidth() : getHeight()) - fadingEdgeLength; in findFocusableViewInMyBounds()