Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/
DWallpaperPreviewer.java153 mWallpaper.getThumbAsset(mActivity.getApplicationContext()) in setUpWallpaperPreview()
159 mWallpaper.getThumbAsset(mActivity.getApplicationContext()) in setUpWallpaperPreview()
177 mWallpaper.getThumbAsset(mActivity), in setUpWallpaperPreview()
223 mWallpaper.getThumbAsset(mActivity), in setUpLiveWallpaperPreview()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperInfo.java153 public abstract Asset getThumbAsset(Context context); in getThumbAsset() method in WallpaperInfo
224 Asset thumbAsset = getThumbAsset(appContext); in computePlaceholderColor()
DDefaultWallpaperInfo.java80 public Asset getThumbAsset(Context context) { in getThumbAsset() method in DefaultWallpaperInfo
DPartnerWallpaperInfo.java135 public Asset getThumbAsset(Context context) { in getThumbAsset() method in PartnerWallpaperInfo
DImageWallpaperInfo.java161 public Asset getThumbAsset(Context context) { in getThumbAsset() method in ImageWallpaperInfo
DCurrentWallpaperInfoVN.java111 public Asset getThumbAsset(Context context) { in getThumbAsset() method in CurrentWallpaperInfoVN
DWallpaperCategory.java117 mThumbAsset = mWallpapers.get(mFeaturedThumbnailIndex).getThumbAsset(context); in getThumbnail()
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.java210 public Asset getThumbAsset(Context context) { in getThumbAsset() method in SystemStaticWallpaperInfo
DLiveWallpaperInfo.java390 public Asset getThumbAsset(Context context) { in getThumbAsset() method in LiveWallpaperInfo
DWallpaperSectionController.java401 wallpaperInfo.getThumbAsset(mAppContext)); in maybeLoadThumbnail()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategoryFragment.java682 wallpaperInfo.getThumbAsset(activity.getApplicationContext()) in updateThumbnail()
691 wallpaperInfo.getThumbAsset(activity.getApplicationContext()).loadPreviewImage( in updateThumbnail()
710 wallpaperInfo.getThumbAsset(activity), in updateThumbnail()
DLivePreviewFragment.java294 mWallpaper.getThumbAsset(activity.getApplicationContext()) in previewLiveWallpaper()
328 homeWallpaper.getThumbAsset(activity), in setUpLiveWallpaperPreview()
DTopLevelPickerActivity.java544 homeWallpaper.getThumbAsset(appContext).loadDrawableWithTransition( in refreshCurrentWallpapers()
1161 return mWallpaperInfo.getThumbAsset(mAppContext); in doInBackground()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualHolder.java80 wallpaper.getThumbAsset( in bindWallpaper()
DIndividualPickerFragment.java334 Asset newThumbnailAsset = mWallpapers.get(wallpapersIndex).getThumbAsset( in updateDesktopDailyRotationThumbnail()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperInfo.java153 public Asset getThumbAsset(Context context) { in getThumbAsset() method in TestWallpaperInfo
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundledWallpaperInfo.java134 public Asset getThumbAsset(Context context) { in getThumbAsset() method in ThemeBundledWallpaperInfo
DThemeBundle.java168 mOverrideWallpaper.getThumbAsset(context)); in getOverrideWallpaperAsset()
DDefaultThemeProvider.java436 private ThemeBundleThumbAsset getThumbAsset(String prefix, String themeName) { in getThumbAsset() method in DefaultThemeProvider