Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperCategory.java96 public Asset getThumbAsset() { in getThumbAsset() method in WallpaperCategory
138 mThumbAsset = mWallpapers.get(mFeaturedThumbnailIndex).getThumbAsset(context); in getThumbnail()
DWallpaperInfo.java151 public abstract Asset getThumbAsset(Context context); in getThumbAsset() method in WallpaperInfo
234 Asset thumbAsset = getThumbAsset(appContext); in computeColorInfo()
DDefaultWallpaperInfo.java67 public Asset getThumbAsset(Context context) { in getThumbAsset() method in DefaultWallpaperInfo
DCurrentWallpaperInfo.java105 public Asset getThumbAsset(Context context) { in getThumbAsset() method in CurrentWallpaperInfo
DPartnerWallpaperInfo.java135 public Asset getThumbAsset(Context context) { in getThumbAsset() method in PartnerWallpaperInfo
DImageWallpaperInfo.java161 public Asset getThumbAsset(Context context) { in getThumbAsset() method in ImageWallpaperInfo
DLiveWallpaperInfo.java145 public LiveWallpaperThumbAsset getThumbAsset() { in getThumbAsset() method in LiveWallpaperInfo
419 public Asset getThumbAsset(Context context) { in getThumbAsset() method in LiveWallpaperInfo
DAppResourceWallpaperInfo.java131 public Asset getThumbAsset(Context context) { in getThumbAsset() method in AppResourceWallpaperInfo
DLegacyPartnerWallpaperInfo.java154 public Asset getThumbAsset(Context context) { in getThumbAsset() method in LegacyPartnerWallpaperInfo
DSystemStaticWallpaperInfo.java221 public Asset getThumbAsset(Context context) { in getThumbAsset() method in SystemStaticWallpaperInfo
DCreativeWallpaperInfo.java245 public Asset getThumbAsset(Context context) {
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualHolder.java84 wallpaper.getThumbAsset( in bindWallpaper()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestStaticWallpaperInfo.java154 public Asset getThumbAsset(Context context) { in getThumbAsset() method in TestStaticWallpaperInfo
DTestLiveWallpaperInfo.java158 public Asset getThumbAsset(Context context) { in getThumbAsset() method in TestLiveWallpaperInfo
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/
DWallpaperModelFactory.kt99 thumbAsset = getThumbAsset(context), in getWallpaperModel()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java540 mWallpaper.getThumbAsset(activity.getApplicationContext())
613 homeWallpaper.getThumbAsset(activity),
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java229 WallpaperColors.fromBitmap(wallpaper.getThumbAsset(context) in setCurrentLiveWallpaperFromRestore()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DScreenPreviewBinder.kt598 val thumbAsset: Asset = wallpaperInfo.getThumbAsset(activity) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt575 return wallpaper?.getThumbAsset(context)?.getLowResBitmap(context) in <lambda>()