Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonRipple.java44 private static final float GLOW_MAX_SCALE_FACTOR = 1.35f; field in KeyButtonRipple
328 0f, GLOW_MAX_SCALE_FACTOR); in enterSoftware()
415 getExtendSize() / 2 - GLOW_MAX_SCALE_FACTOR * getRippleSize() / 2); in enterHardware()
423 getExtendSize() / 2 + GLOW_MAX_SCALE_FACTOR * getRippleSize() / 2); in enterHardware()
442 mGlowScale = GLOW_MAX_SCALE_FACTOR; in enterHardware()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
DKeyButtonRipple.java47 private static final float GLOW_MAX_SCALE_FACTOR = 1.35f; field in KeyButtonRipple
358 0f, GLOW_MAX_SCALE_FACTOR); in enterSoftware()
451 getExtendSize()/2 - GLOW_MAX_SCALE_FACTOR * getRippleSize()/2); in enterHardware()
459 getExtendSize()/2 + GLOW_MAX_SCALE_FACTOR * getRippleSize()/2); in enterHardware()
478 mGlowScale = GLOW_MAX_SCALE_FACTOR; in enterHardware()