Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java44 private static final float GLOW_MAX_SCALE_FACTOR = 1.35f; field in KeyButtonRipple
291 0f, GLOW_MAX_SCALE_FACTOR); in enterSoftware()
378 getExtendSize()/2 - GLOW_MAX_SCALE_FACTOR * getRippleSize()/2); in enterHardware()
386 getExtendSize()/2 + GLOW_MAX_SCALE_FACTOR * getRippleSize()/2); in enterHardware()
404 mGlowScale = GLOW_MAX_SCALE_FACTOR; in enterHardware()