Searched refs:AndroidLiveWallpaper (Results 1 – 3 of 3) sorted by relevance
40 …public AndroidGraphicsLiveWallpaper (AndroidLiveWallpaper lwp, AndroidApplicationConfiguration con… in AndroidGraphicsLiveWallpaper()52 synchronized (((AndroidLiveWallpaper)app).service.sync) { in getSurfaceHolder()53 return ((AndroidLiveWallpaper)app).service.getSurfaceHolder(); in getSurfaceHolder()
65 protected volatile AndroidLiveWallpaper app = null; // can be accessed from GL render thread205 public AndroidLiveWallpaper getLiveWallpaper () { in getLiveWallpaper()265 app = new AndroidLiveWallpaper(AndroidLiveWallpaperService.this); in onSurfaceCreated()570 …AndroidLiveWallpaper currentApp = app; // without this app can crash when fast switching between e… in notifyPreviewState()
53 public class AndroidLiveWallpaper implements AndroidApplicationBase { class73 public AndroidLiveWallpaper (AndroidLiveWallpaperService service) { in AndroidLiveWallpaper() method in AndroidLiveWallpaper