Searched defs:getNotificationAmountT (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java121 float scaleMultiplier = getNotificationAmountT() == 0 ? 6.0f : 5.0f;
132 float t = getNotificationAmountT();
138 float t = getNotificationAmountT();
161 float t = getNotificationAmountT();
168 float t = getNotificationAmountT();
175 float fadeEnd = getNotificationAmountT() == 0.0f
186 private float getNotificationAmountT() { method in class:KeyguardClockPositionAlgorithm

Completed in 107 milliseconds