Searched refs:drawableResId (Results 1 – 2 of 2) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | SystemStaticWallpaperInfo.java | 111 int drawableResId = attrs.getAttributeResourceValue(null, ATTR_SRC, 0); in fromAttributeSet() local 119 categoryId, drawableResId, wallpaperTitleResId, wallpaperSubtitle1ResId, in fromAttributeSet() 139 int drawableResId = stubApkResources.getIdentifier(wallpaperResName, DRAWABLE_DEF_TYPE, in getAll() local 161 drawableResId, wallpaperTitleResId, wallpaperSubtitle1ResId, in getAll() 182 int drawableResId, int titleResId, int subtitle1ResId, int subtitle2ResId, in SystemStaticWallpaperInfo() argument 187 mDrawableResId = drawableResId; in SystemStaticWallpaperInfo()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuAction.java | 87 public MenuAction(int actionNameResId, int type, int drawableResId) { in MenuAction() argument 92 mDrawableResId = drawableResId; in MenuAction()
|