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