Searched refs:getExtendSize (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonRipple.java274 private int getExtendSize() { method in class:KeyButtonRipple
286 setExtendStart(CanvasProperty.createFloat(getExtendSize() / 2));
288 getExtendSize()/2 - GLOW_MAX_SCALE_FACTOR * getRippleSize()/2);
294 setExtendEnd(CanvasProperty.createFloat(getExtendSize() / 2));
296 getExtendSize()/2 + GLOW_MAX_SCALE_FACTOR * getRippleSize()/2);

Completed in 70 milliseconds