Home
last modified time | relevance | path

Searched refs:getAttrDrawable (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/
DThemes.java81 public static Drawable getAttrDrawable(Context context, int attr) { in getAttrDrawable() method in Themes
82 return getAttrDrawable(context, /*styleResId=*/ 0, attr); in getAttrDrawable()
86 public static Drawable getAttrDrawable(Context context, @StyleRes int styleResId, int attr) { in getAttrDrawable() method in Themes
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java126 public static Drawable getAttrDrawable(Context context, int attr) { in getAttrDrawable() method in Themes
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DSysUiScrim.java132 mTopScrim = Themes.getAttrDrawable(view.getContext(), R.attr.workspaceStatusBarScrim); in SysUiScrim()