Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DShadowGenerator.java44 private static final float HALF_DISTANCE = 0.5f; field in ShadowGenerator
97 scale = (HALF_DISTANCE - BLUR_FACTOR) / (HALF_DISTANCE - minSide); in getScaleForBounds()
103 (HALF_DISTANCE - bottomSpace) / (HALF_DISTANCE - bounds.bottom)); in getScaleForBounds()