Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java22041 final float fadeHeight = scrollabilityCache.fadingEdgeLength; in draw() local
22042 int length = (int) fadeHeight; in draw()
22057 drawTop = topFadeStrength * fadeHeight > 1.0f; in draw()
22059 drawBottom = bottomFadeStrength * fadeHeight > 1.0f; in draw()
22064 drawLeft = leftFadeStrength * fadeHeight > 1.0f; in draw()
22066 drawRight = rightFadeStrength * fadeHeight > 1.0f; in draw()
22109 matrix.setScale(1, fadeHeight * rightFadeStrength); in draw()
22123 matrix.setScale(1, fadeHeight * leftFadeStrength); in draw()
22136 matrix.setScale(1, fadeHeight * bottomFadeStrength); in draw()
22149 matrix.setScale(1, fadeHeight * topFadeStrength); in draw()