/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | WallpaperCategory.java | 96 public Asset getThumbAsset() { in getThumbAsset() method in WallpaperCategory 138 mThumbAsset = mWallpapers.get(mFeaturedThumbnailIndex).getThumbAsset(context); in getThumbnail()
|
D | WallpaperInfo.java | 151 public abstract Asset getThumbAsset(Context context); in getThumbAsset() method in WallpaperInfo 234 Asset thumbAsset = getThumbAsset(appContext); in computeColorInfo()
|
D | DefaultWallpaperInfo.java | 67 public Asset getThumbAsset(Context context) { in getThumbAsset() method in DefaultWallpaperInfo
|
D | CurrentWallpaperInfo.java | 105 public Asset getThumbAsset(Context context) { in getThumbAsset() method in CurrentWallpaperInfo
|
D | PartnerWallpaperInfo.java | 135 public Asset getThumbAsset(Context context) { in getThumbAsset() method in PartnerWallpaperInfo
|
D | ImageWallpaperInfo.java | 161 public Asset getThumbAsset(Context context) { in getThumbAsset() method in ImageWallpaperInfo
|
D | LiveWallpaperInfo.java | 145 public LiveWallpaperThumbAsset getThumbAsset() { in getThumbAsset() method in LiveWallpaperInfo 419 public Asset getThumbAsset(Context context) { in getThumbAsset() method in LiveWallpaperInfo
|
D | AppResourceWallpaperInfo.java | 131 public Asset getThumbAsset(Context context) { in getThumbAsset() method in AppResourceWallpaperInfo
|
D | LegacyPartnerWallpaperInfo.java | 154 public Asset getThumbAsset(Context context) { in getThumbAsset() method in LegacyPartnerWallpaperInfo
|
D | SystemStaticWallpaperInfo.java | 221 public Asset getThumbAsset(Context context) { in getThumbAsset() method in SystemStaticWallpaperInfo
|
D | CreativeWallpaperInfo.java | 245 public Asset getThumbAsset(Context context) {
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualHolder.java | 84 wallpaper.getThumbAsset( in bindWallpaper()
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestStaticWallpaperInfo.java | 154 public Asset getThumbAsset(Context context) { in getThumbAsset() method in TestStaticWallpaperInfo
|
D | TestLiveWallpaperInfo.java | 158 public Asset getThumbAsset(Context context) { in getThumbAsset() method in TestLiveWallpaperInfo
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/ |
D | WallpaperModelFactory.kt | 99 thumbAsset = getThumbAsset(context), in getWallpaperModel()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | LivePreviewFragment.java | 540 mWallpaper.getThumbAsset(activity.getApplicationContext()) 613 homeWallpaper.getThumbAsset(activity),
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperSetter.java | 229 WallpaperColors.fromBitmap(wallpaper.getThumbAsset(context) in setCurrentLiveWallpaperFromRestore()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/ |
D | ScreenPreviewBinder.kt | 598 val thumbAsset: Asset = wallpaperInfo.getThumbAsset(activity) in <lambda>()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/ |
D | WallpaperClientImpl.kt | 575 return wallpaper?.getThumbAsset(context)?.getLowResBitmap(context) in <lambda>()
|