Searched refs:setNotificationShadeZoom (Results 1 – 4 of 4) sorted by relevance
81 wallaperController.setNotificationShadeZoom(0.5f)109 wallaperController.setNotificationShadeZoom(0.5f)116 wallaperController.setNotificationShadeZoom(0.7f)136 wallaperController.setNotificationShadeZoom(0.5f)
240 .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))
49 fun setNotificationShadeZoom(zoomOut: Float) { regex
244 wallpaperController.setNotificationShadeZoom(zoomOut)