Searched refs:setNotificationShadeZoom (Results 1 – 4 of 4) sorted by relevance
75 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()
242 .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>()
49 fun setNotificationShadeZoom(zoomOut: Float) { in <lambda>() method in com.android.systemui.util.WallpaperController
245 wallpaperController.setNotificationShadeZoom(zoomOut) in <lambda>()