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