Searched refs:bottomFadeStrength (Results 1 – 1 of 1) sorted by relevance
22018 float bottomFadeStrength = 0.0f; in draw() local22058 bottomFadeStrength = Math.max(0.0f, Math.min(1.0f, getBottomFadingEdgeStrength())); in draw()22059 drawBottom = bottomFadeStrength * fadeHeight > 1.0f; in draw()22136 matrix.setScale(1, fadeHeight * bottomFadeStrength); in draw()