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