Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1514 float alphaNotifications; in updateHeaderKeyguard() local
1519 alphaNotifications = getNotificationsTopY() in updateHeaderKeyguard()
1526 alphaNotifications = getNotificationsTopY() / mKeyguardStatusBar.getHeight(); in updateHeaderKeyguard()
1528 alphaNotifications = MathUtils.constrain(alphaNotifications, 0, 1); in updateHeaderKeyguard()
1529 alphaNotifications = (float) Math.pow(alphaNotifications, 0.75); in updateHeaderKeyguard()
1531 mKeyguardStatusBar.setAlpha(Math.min(alphaNotifications, alphaQsExpansion) in updateHeaderKeyguard()
1533 mKeyguardBottomArea.setAlpha(Math.min(1 - getQsExpansionFraction(), alphaNotifications)); in updateHeaderKeyguard()