Home
last modified time | relevance | path

Searched refs:getNotificationAmountT (Results 1 – 1 of 1) sorted by relevance

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