Searched refs:shouldZoomOutWallpaper (Results 1 – 4 of 4) sorted by relevance
109 fun shouldZoomOutWallpaper() = false method
412 fun shouldZoomOutWallpaper(): Boolean { in shouldZoomOutWallpaper() method414 return (wallpaperEngine as LiveWallpaperEventListener).shouldZoomOutWallpaper() in shouldZoomOutWallpaper()
215 public boolean shouldZoomOutWallpaper() { in shouldZoomOutWallpaper() method in ImageWallpaper.CanvasEngine
643 public boolean shouldZoomOutWallpaper() { in shouldZoomOutWallpaper() method in WallpaperService.Engine1265 mSession.setShouldZoomOutWallpaper(mWindow, shouldZoomOutWallpaper()); in updateSurface()