Searched refs:ImageWallpaper (Results 1 – 3 of 3) sorted by relevance
101 private ImageWallpaper createImageWallpaper() { in createImageWallpaper()102 return new ImageWallpaper() { in createImageWallpaper()154 ImageWallpaper.GLEngine.MIN_SURFACE_WIDTH /* surfaceWidth */,155 ImageWallpaper.GLEngine.MIN_SURFACE_HEIGHT /* surfaceHeight */);160 ImageWallpaper.GLEngine wallpaperEngine =161 (ImageWallpaper.GLEngine) createImageWallpaper().onCreateEngine();163 ImageWallpaper.GLEngine engineSpy = spy(wallpaperEngine);
21 import com.android.systemui.ImageWallpaper;48 @ClassKey(ImageWallpaper.class)49 public abstract Service bindImageWallpaper(ImageWallpaper service); in bindImageWallpaper()
54 public class ImageWallpaper extends WallpaperService { class55 private static final String TAG = ImageWallpaper.class.getSimpleName();70 public ImageWallpaper() { in ImageWallpaper() method in ImageWallpaper