Searched refs:HALF_DISTANCE (Results 1 – 1 of 1) sorted by relevance
37 private static final float HALF_DISTANCE = 0.5f; field in ShadowGenerator146 scale = (HALF_DISTANCE - BLUR_FACTOR) / (HALF_DISTANCE - minSide); in getScaleForBounds()151 … scale = Math.min(scale, (HALF_DISTANCE - bottomSpace) / (HALF_DISTANCE - bounds.bottom)); in getScaleForBounds()