Searched refs:fadeLength (Results 1 – 1 of 1) sorted by relevance
2207 final float fadeLength = getVerticalFadingEdgeLength(); in getTopFadingEdgeStrength() local2208 return top < mPaddingTop ? -(top - mPaddingTop) / fadeLength : fadeEdge; in getTopFadingEdgeStrength()2225 final float fadeLength = getVerticalFadingEdgeLength(); in getBottomFadingEdgeStrength() local2227 (bottom - height + mPaddingBottom) / fadeLength : fadeEdge; in getBottomFadingEdgeStrength()