Searched refs:thumbnailResId (Results 1 – 1 of 1) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | SystemStaticWallpaperInfo.java | 116 int thumbnailResId = attrs.getAttributeResourceValue(null, ATTR_THUMBNAIL, 0); in fromAttributeSet() local 120 wallpaperSubtitle2ResId, 0, actionUrlResId, thumbnailResId); in fromAttributeSet() 155 int thumbnailResId = stubApkResources.getIdentifier( in getAll() local 162 wallpaperSubtitle2ResId, actionTypeResId, actionUrlResId, thumbnailResId); in getAll() 183 int actionTypeResId, int actionUrlResId, int thumbnailResId) { in SystemStaticWallpaperInfo() argument 193 mThumbnailResId = thumbnailResId; in SystemStaticWallpaperInfo()
|