Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DWallpaperControllerTest.kt79 wallaperController.setNotificationShadeZoom(0.5f)
107 wallaperController.setNotificationShadeZoom(0.5f)
114 wallaperController.setNotificationShadeZoom(0.7f)
134 wallaperController.setNotificationShadeZoom(0.5f)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt224 verify(wallpaperController).setNotificationShadeZoom(
257 verify(wallpaperController).setNotificationShadeZoom(eq(1f))
264 verify(wallpaperController).setNotificationShadeZoom(anyFloat())
328 verify(wallpaperController).setNotificationShadeZoom(eq(1f))
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DWallpaperController.kt47 fun setNotificationShadeZoom(zoomOut: Float) { regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt219 wallpaperController.setNotificationShadeZoom(zoomOut)