Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DImageWallpaperRenderer.java48 private final WallpaperTexture mTexture;
56 mTexture = new WallpaperTexture(wpm); in ImageWallpaperRenderer()
111 static class WallpaperTexture { class in ImageWallpaperRenderer
118 private WallpaperTexture(WallpaperManager wallpaperManager) { in WallpaperTexture() method in ImageWallpaperRenderer.WallpaperTexture