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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java116 float scaleMultiplier = getNotificationAmountT() == 0 ? 6.0f : 5.0f;
127 float t = getNotificationAmountT();
133 float t = getNotificationAmountT();
156 float t = getNotificationAmountT();
163 float t = getNotificationAmountT();
170 float fadeEnd = getNotificationAmountT() == 0.0f
181 private float getNotificationAmountT() { method in class:KeyguardClockPositionAlgorithm

Completed in 55 milliseconds