Searched refs:GLOW_BASE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java65 // overstretch fills the range (GLOW_BASE, 1.0]
66 private static final float GLOW_BASE = 0.5f; field in class:ExpandHelper
313 return (GLOW_BASE + strength * (1f - GLOW_BASE));
459 setGlow(GLOW_BASE);
510 setGlow(GLOW_BASE);

Completed in 266 milliseconds