Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DShadowGenerator.java100 float bottomSpace = BLUR_FACTOR + KEY_SHADOW_DISTANCE; in getScaleForBounds() local
101 if (bounds.bottom < bottomSpace) { in getScaleForBounds()
103 (HALF_DISTANCE - bottomSpace) / (HALF_DISTANCE - bounds.bottom)); in getScaleForBounds()