Home
last modified time | relevance | path

Searched defs:drawableResId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DSystemStaticWallpaperInfo.java111 int drawableResId = attrs.getAttributeResourceValue(null, ATTR_SRC, 0); in fromAttributeSet() local
139 int drawableResId = stubApkResources.getIdentifier(wallpaperResName, DRAWABLE_DEF_TYPE, in getAll() local
182 int drawableResId, int titleResId, int subtitle1ResId, int subtitle2ResId, in SystemStaticWallpaperInfo()
/packages/apps/TV/src/com/android/tv/menu/
DMenuAction.java87 public MenuAction(int actionNameResId, int type, int drawableResId) { in MenuAction()