Searched refs:getAsset (Results 1 – 13 of 13) sorted by relevance
112 ContentUriAsset asset = (ContentUriAsset) getAsset(context); in getAttributions()144 public Asset getAsset(Context context) { in getAsset() method in ImageWallpaperInfo161 return getAsset(context); in getThumbAsset()
124 public abstract Asset getAsset(Context context); in getAsset() method in WallpaperInfo140 return getAsset(context); in getDesktopAsset()
56 public Asset getAsset(Context context) { in getAsset() method in DefaultWallpaperInfo76 return getAsset(context); in getThumbAsset()
87 public Asset getAsset(Context context) { in getAsset() method in CurrentWallpaperInfoV16102 return getAsset(context); in getThumbAsset()
105 public Asset getAsset(Context context) { in getAsset() method in CurrentWallpaperInfoVN114 return getAsset(context); in getThumbAsset()
125 public Asset getAsset(Context context) { in getAsset() method in PartnerWallpaperInfo
121 public Asset getAsset(Context context) { in getAsset() method in AppResourceWallpaperInfo
143 public Asset getAsset(Context context) { in getAsset() method in LegacyPartnerWallpaperInfo
293 public Asset getAsset(Context context) { in getAsset() method in LiveWallpaperInfo
123 public Asset getAsset(Context context) { in getAsset() method in ThemeBundledWallpaperInfo134 return getAsset(context); in getThumbAsset()
130 Asset wallpaperAsset = theme.getWallpaperInfo().getAsset(mActivity);
157 Asset asset = wallpaper.getAsset(activity); in setIndividualWallpaperWithPosition()
216 mWallpaperAsset = mWallpaper.getAsset(appContext); in onCreate()