Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt103 var brightnessMirrorSpring = DepthAnimation() regex
107 brightnessMirrorSpring.animateTo(if (value) blurUtils.blurRadiusOfRatio(1f).toInt()
213 blur = (blur * (1f - brightnessMirrorSpring.ratio)).toInt()
277 brightnessMirrorSpring.finishIfRunning()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt105 notificationShadeDepthController.brightnessMirrorSpring = brightnessSpring