Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DWallpaperControllerTest.kt75 wallaperController.setNotificationShadeZoom(0.5f) in setNotificationShadeZoom_updatesWallpaperManagerZoom()
101 wallaperController.setNotificationShadeZoom(0.5f) in setUnfoldTransitionZoomAndNotificationShadeZoom_updatesWithMaximumZoom()
108 wallaperController.setNotificationShadeZoom(0.7f) in setNotificationShadeZoomAndThenUnfoldTransition_updatesWithMaximumZoom()
129 wallaperController.setNotificationShadeZoom(0.5f) in setNotificationZoom_exceptionWhenUpdatingZoom_doesNotFail()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt242 .setNotificationShadeZoom(eq(ShadeInterpolation.getNotificationScrimAlpha(0.25f))) in <lambda>()
254 verify(wallpaperController).setNotificationShadeZoom(0f) in <lambda>()
266 verify(wallpaperController).setNotificationShadeZoom(floatThat { it > 0 }) in <lambda>()
281 inOrder.verify(wallpaperController).setNotificationShadeZoom(floatThat { it > 0 }) in <lambda>()
286 inOrder.verify(wallpaperController).setNotificationShadeZoom(0f) in <lambda>()
318 verify(wallpaperController).setNotificationShadeZoom(eq(1f)) in <lambda>()
325 verify(wallpaperController).setNotificationShadeZoom(anyFloat()) in <lambda>()
424 verify(wallpaperController).setNotificationShadeZoom(eq(1f)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DWallpaperController.kt49 fun setNotificationShadeZoom(zoomOut: Float) { in <lambda>() method in com.android.systemui.util.WallpaperController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt245 wallpaperController.setNotificationShadeZoom(zoomOut) in <lambda>()