Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DSystemStaticWallpaperInfo.java92 int drawableResId = attrs.getAttributeResourceValue(null, ATTR_SRC, 0); in fromAttributeSet() local
119 int drawableResId = stubApkResources.getIdentifier(wallpaperResName, DRAWABLE_DEF_TYPE, in getAll() local
173 int drawableResId, int titleResId, int subtitle1ResId, int subtitle2ResId, in SystemStaticWallpaperInfo()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DDefaultThemeProvider.java430 int drawableResId = mStubApkResources.getIdentifier(prefix + themeName, in getDrawableResourceAsset() local
437 int drawableResId = mStubApkResources.getIdentifier(prefix + themeName, in getThumbAsset() local
H A DThemeBundledWallpaperInfo.java78 int drawableResId, int titleResId, int attributionResId, int actionUrlResId) { in ThemeBundledWallpaperInfo()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DMenuAction.java87 public MenuAction(int actionNameResId, int type, int drawableResId) { in MenuAction()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java132 public void setCustomBackground(int drawableResId) { in setCustomBackground()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/imewidescreen/
H A DCarUiImeWideScreenController.java763 private void setExtractedEditTextBackground(int drawableResId) { in setExtractedEditTextBackground()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java163 public boolean isGrayscaleIcon(Context context, int drawableResId) { in isGrayscaleIcon()