Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockedScreenOffAnimationController.kt54 private lateinit var lightRevealScrim: LightRevealScrim variable in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
69 addUpdateListener { lightRevealScrim.revealAmount = it.animatedValue as Float } in <lambda>()
72 lightRevealScrim.revealAmount = 1f in <lambda>()
84 lightRevealScrim: LightRevealScrim in initialize()
86 this.lightRevealScrim = lightRevealScrim in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt109 val lightRevealScrim = statusBar.lightRevealScrim in showRipple() constant
111 lightRevealScrim?.revealEffect = circleReveal!! in showRipple()
121 lightRevealScrim in showRipple()