Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimState.java415 public float getNotifAlpha() { in getNotifAlpha() method in ScrimState
DScrimController.java984 mNotificationsAlpha = mState.getNotifAlpha(); in applyState()
1112 float stateBehind = mClipsQsScrim ? state.getNotifAlpha() : state.getBehindAlpha(); in calculateBackStateForState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java1746 mNotificationsScrim, ScrimState.KEYGUARD.getNotifAlpha(), /* expansion */ 0f); in notificationAlpha_unnocclusionAnimating_bouncerNotActive_usesKeyguardNotifAlpha()
1748 mNotificationsScrim, ScrimState.KEYGUARD.getNotifAlpha(), /* expansion */ 0.4f); in notificationAlpha_unnocclusionAnimating_bouncerNotActive_usesKeyguardNotifAlpha()
1750 mNotificationsScrim, ScrimState.KEYGUARD.getNotifAlpha(), /* expansion */ 1.0f); in notificationAlpha_unnocclusionAnimating_bouncerNotActive_usesKeyguardNotifAlpha()
1981 .isWithin(0.01f).of(ScrimState.KEYGUARD.getNotifAlpha()); in setUnOccludingAnimationKeyguard()