/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/ |
H A 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()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
H A D | WallpaperInfo.java | 153 public abstract Asset getThumbAsset(Context context); in getThumbAsset() method in WallpaperInfo 224 Asset thumbAsset = getThumbAsset(appContext); in computePlaceholderColor()
|
H A D | DefaultWallpaperInfo.java | 80 public Asset getThumbAsset(Context context) { in getThumbAsset() method in DefaultWallpaperInfo
|
H A D | CurrentWallpaperInfoVN.java | 114 public Asset getThumbAsset(Context context) { in getThumbAsset() method in CurrentWallpaperInfoVN
|
H A D | ImageWallpaperInfo.java | 161 public Asset getThumbAsset(Context context) { in getThumbAsset() method in ImageWallpaperInfo
|
H A D | PartnerWallpaperInfo.java | 135 public Asset getThumbAsset(Context context) { in getThumbAsset() method in PartnerWallpaperInfo
|
H A D | WallpaperCategory.java | 117 mThumbAsset = mWallpapers.get(mFeaturedThumbnailIndex).getThumbAsset(context); in getThumbnail()
|
H A D | AppResourceWallpaperInfo.java | 131 public Asset getThumbAsset(Context context) { in getThumbAsset() method in AppResourceWallpaperInfo
|
H A D | LegacyPartnerWallpaperInfo.java | 154 public Asset getThumbAsset(Context context) { in getThumbAsset() method in LegacyPartnerWallpaperInfo
|
H A D | SystemStaticWallpaperInfo.java | 210 public Asset getThumbAsset(Context context) { in getThumbAsset() method in SystemStaticWallpaperInfo
|
H A D | LiveWallpaperInfo.java | 404 public Asset getThumbAsset(Context context) { in getThumbAsset() method in LiveWallpaperInfo
|
H A D | WallpaperSectionController.java | 408 wallpaperInfo.getThumbAsset(mAppContext)); in maybeLoadThumbnail()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
H A D | IndividualHolder.java | 80 wallpaper.getThumbAsset( in bindWallpaper()
|
H A D | IndividualPickerFragment.java | 335 Asset newThumbnailAsset = mWallpapers.get(wallpapersIndex).getThumbAsset( in updateDesktopDailyRotationThumbnail()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | CategoryFragment.java | 682 wallpaperInfo.getThumbAsset(activity.getApplicationContext()) in updateThumbnail() 691 wallpaperInfo.getThumbAsset(activity.getApplicationContext()).loadPreviewImage( in updateThumbnail() 710 wallpaperInfo.getThumbAsset(activity), in updateThumbnail()
|
H A D | LivePreviewFragment.java | 311 mWallpaper.getThumbAsset(activity.getApplicationContext()) in previewLiveWallpaper() 345 homeWallpaper.getThumbAsset(activity), in setUpLiveWallpaperPreview()
|
H A D | TopLevelPickerActivity.java | 544 homeWallpaper.getThumbAsset(appContext).loadDrawableWithTransition( in refreshCurrentWallpapers() 1161 return mWallpaperInfo.getThumbAsset(mAppContext); in doInBackground()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
H A D | ThemeBundledWallpaperInfo.java | 134 public Asset getThumbAsset(Context context) { in getThumbAsset() method in ThemeBundledWallpaperInfo
|
H A D | ThemeBundle.java | 168 mOverrideWallpaper.getThumbAsset(context)); in getOverrideWallpaperAsset()
|
H A D | DefaultThemeProvider.java | 436 private ThemeBundleThumbAsset getThumbAsset(String prefix, String themeName) { in getThumbAsset() method in DefaultThemeProvider
|
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
H A D | TestWallpaperInfo.java | 153 public Asset getThumbAsset(Context context) { in getThumbAsset() method in TestWallpaperInfo
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
H A D | WallpaperSetter.java | 213 WallpaperColors.fromBitmap(wallpaper.getThumbAsset(activity) in setCurrentLiveWallpaper()
|