Searched refs:getExtendSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonRipple.java275 private int getExtendSize() { method in class:KeyButtonRipple
287 setExtendStart(CanvasProperty.createFloat(getExtendSize() / 2));
289 getExtendSize()/2 - GLOW_MAX_SCALE_FACTOR * getRippleSize()/2);
295 setExtendEnd(CanvasProperty.createFloat(getExtendSize() / 2));
297 getExtendSize()/2 + GLOW_MAX_SCALE_FACTOR * getRippleSize()/2);

Completed in 353 milliseconds