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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java40 private static final float OUTER_EXTENT = 2.5f; field in class:KeyguardUserSwitcherScrim
58 float width = bounds.width() * OUTER_EXTENT;
59 float height = (mTop + bounds.height()) * OUTER_EXTENT;
101 float radius = mLayoutWidth * OUTER_EXTENT;

Completed in 55 milliseconds