Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBlurUtils.kt79 fun prepareBlur(viewRootImpl: ViewRootImpl?, radius: Int) { in prepareBlur() method
DNotificationShadeDepthController.kt451 blurUtils.prepareBlur(root.viewRootImpl, blur) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt361 verify(blurUtils).prepareBlur(any(), anyInt()) in <lambda>()
425 verify(blurUtils).prepareBlur(any(), eq(0)) in <lambda>()