Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt109 var brightnessMirrorSpring = DepthAnimation() regex
113 brightnessMirrorSpring.animateTo(if (value) blurUtils.blurRadiusOfRatio(1f).toInt()
228 blur = (blur * (1f - brightnessMirrorSpring.ratio)).toInt()
302 brightnessMirrorSpring.finishIfRunning()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt120 notificationShadeDepthController.brightnessMirrorSpring = brightnessSpring