Home
last modified time | relevance | path

Searched refs:setNotificationShadeZoom (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DWallpaperControllerTest.kt81 wallaperController.setNotificationShadeZoom(0.5f)
109 wallaperController.setNotificationShadeZoom(0.5f)
116 wallaperController.setNotificationShadeZoom(0.7f)
136 wallaperController.setNotificationShadeZoom(0.5f)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt240 .setNotificationShadeZoom(eq(ShadeInterpolation.getNotificationScrimAlpha(0.25f)))
252 verify(wallpaperController).setNotificationShadeZoom(0f)
264 verify(wallpaperController).setNotificationShadeZoom(floatThat { it > 0 })
279 inOrder.verify(wallpaperController).setNotificationShadeZoom(floatThat { it > 0 })
284 inOrder.verify(wallpaperController).setNotificationShadeZoom(0f)
316 verify(wallpaperController).setNotificationShadeZoom(eq(1f))
323 verify(wallpaperController).setNotificationShadeZoom(anyFloat())
422 verify(wallpaperController).setNotificationShadeZoom(eq(1f))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DWallpaperController.kt49 fun setNotificationShadeZoom(zoomOut: Float) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt244 wallpaperController.setNotificationShadeZoom(zoomOut)