Home
last modified time | relevance | path

Searched refs:bottomFadeStrength (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java22018 float bottomFadeStrength = 0.0f; in draw() local
22058 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()