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