/packages/apps/ThemePicker/src/com/android/customization/picker/ |
D | WallpaperPreviewer.java | 153 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/ |
D | WallpaperInfo.java | 153 public abstract Asset getThumbAsset(Context context); in getThumbAsset() method in WallpaperInfo 224 Asset thumbAsset = getThumbAsset(appContext); in computePlaceholderColor()
|
D | DefaultWallpaperInfo.java | 80 public Asset getThumbAsset(Context context) { in getThumbAsset() method in DefaultWallpaperInfo
|
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 | CurrentWallpaperInfoVN.java | 111 public Asset getThumbAsset(Context context) { in getThumbAsset() method in CurrentWallpaperInfoVN
|
D | WallpaperCategory.java | 117 mThumbAsset = mWallpapers.get(mFeaturedThumbnailIndex).getThumbAsset(context); in getThumbnail()
|
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 | 210 public Asset getThumbAsset(Context context) { in getThumbAsset() method in SystemStaticWallpaperInfo
|
D | LiveWallpaperInfo.java | 390 public Asset getThumbAsset(Context context) { in getThumbAsset() method in LiveWallpaperInfo
|
D | WallpaperSectionController.java | 401 wallpaperInfo.getThumbAsset(mAppContext)); in maybeLoadThumbnail()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | CategoryFragment.java | 682 wallpaperInfo.getThumbAsset(activity.getApplicationContext()) in updateThumbnail() 691 wallpaperInfo.getThumbAsset(activity.getApplicationContext()).loadPreviewImage( in updateThumbnail() 710 wallpaperInfo.getThumbAsset(activity), in updateThumbnail()
|
D | LivePreviewFragment.java | 294 mWallpaper.getThumbAsset(activity.getApplicationContext()) in previewLiveWallpaper() 328 homeWallpaper.getThumbAsset(activity), in setUpLiveWallpaperPreview()
|
D | TopLevelPickerActivity.java | 544 homeWallpaper.getThumbAsset(appContext).loadDrawableWithTransition( in refreshCurrentWallpapers() 1161 return mWallpaperInfo.getThumbAsset(mAppContext); in doInBackground()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualHolder.java | 80 wallpaper.getThumbAsset( in bindWallpaper()
|
D | IndividualPickerFragment.java | 334 Asset newThumbnailAsset = mWallpapers.get(wallpapersIndex).getThumbAsset( in updateDesktopDailyRotationThumbnail()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperInfo.java | 153 public Asset getThumbAsset(Context context) { in getThumbAsset() method in TestWallpaperInfo
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeBundledWallpaperInfo.java | 134 public Asset getThumbAsset(Context context) { in getThumbAsset() method in ThemeBundledWallpaperInfo
|
D | ThemeBundle.java | 168 mOverrideWallpaper.getThumbAsset(context)); in getOverrideWallpaperAsset()
|
D | DefaultThemeProvider.java | 436 private ThemeBundleThumbAsset getThumbAsset(String prefix, String themeName) { in getThumbAsset() method in DefaultThemeProvider
|