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