Searched defs:getRippleSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonRipple.java91 final float diameter = getRippleSize() * mGlowScale;
279 private int getRippleSize() { method in class:KeyButtonRipple
289 getExtendSize()/2 - GLOW_MAX_SCALE_FACTOR * getRippleSize()/2);
297 getExtendSize()/2 + GLOW_MAX_SCALE_FACTOR * getRippleSize()/2);

Completed in 32 milliseconds