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.java45 private static final float GLOW_MAX_SCALE_FACTOR = 1.35f; field in KeyButtonRipple
303 0f, GLOW_MAX_SCALE_FACTOR); in enterSoftware()
390 getExtendSize()/2 - GLOW_MAX_SCALE_FACTOR * getRippleSize()/2); in enterHardware()
398 getExtendSize()/2 + GLOW_MAX_SCALE_FACTOR * getRippleSize()/2); in enterHardware()
417 mGlowScale = GLOW_MAX_SCALE_FACTOR; in enterHardware()