Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java24904 final float fadeHeight = scrollabilityCache.fadingEdgeLength; in draw() local
24905 int length = (int) fadeHeight; in draw()
24920 drawTop = topFadeStrength * fadeHeight > 1.0f; in draw()
24922 drawBottom = bottomFadeStrength * fadeHeight > 1.0f; in draw()
24927 drawLeft = leftFadeStrength * fadeHeight > 1.0f; in draw()
24929 drawRight = rightFadeStrength * fadeHeight > 1.0f; in draw()
24972 matrix.setScale(1, fadeHeight * rightFadeStrength); in draw()
24986 matrix.setScale(1, fadeHeight * leftFadeStrength); in draw()
24999 matrix.setScale(1, fadeHeight * bottomFadeStrength); in draw()
25012 matrix.setScale(1, fadeHeight * topFadeStrength); in draw()