Home
last modified time | relevance | path

Searched refs:shouldZoomOutWallpaper (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java123 public boolean shouldZoomOutWallpaper() { in shouldZoomOutWallpaper() method in ImageWallpaper.GLEngine
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java474 public boolean shouldZoomOutWallpaper() { in shouldZoomOutWallpaper() method in WallpaperService.Engine
887 mSession.setShouldZoomOutWallpaper(mWindow, shouldZoomOutWallpaper()); in updateSurface()