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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java42 private static final float BACKGROUND_RADIUS_SCALE_FACTOR = 0.15f; field in class:KeyguardAffordanceHelper
384 float translation = (circleSize - mMinBackgroundRadius) / BACKGROUND_RADIUS_SCALE_FACTOR;
389 return translation * BACKGROUND_RADIUS_SCALE_FACTOR + mMinBackgroundRadius;

Completed in 82 milliseconds