Searched refs:LiveWallpaperMetadata (Results 1 – 3 of 3) sorted by relevance
29 import com.android.wallpaper.model.LiveWallpaperMetadata;121 if (homeWallpaperMetadata instanceof LiveWallpaperMetadata) { in createCurrentWallpaperInfos()141 if (lockWallpaperMetadata instanceof LiveWallpaperMetadata) { in createCurrentWallpaperInfos()173 && (metadata instanceof LiveWallpaperMetadata)) { in updateIfCreative()175 ((LiveWallpaperMetadata) metadata).getPreviewUri()); in updateIfCreative()
42 import com.android.wallpaper.model.LiveWallpaperMetadata;147 wallpaperMetadatas.add(new LiveWallpaperMetadata(info, previewUri)); in doInBackground()174 wallpaperMetadatas.add(new LiveWallpaperMetadata(info, previewUri)); in doInBackground()
31 public class LiveWallpaperMetadata extends WallpaperMetadata { class34 public LiveWallpaperMetadata(android.app.WallpaperInfo wallpaperComponent, in LiveWallpaperMetadata() method in LiveWallpaperMetadata