Home
last modified time | relevance | path

Searched refs:getAttrDrawable (Results 1 – 7 of 7) 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/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DRecentsRootView.java85 : Themes.getAttrDrawable(getContext(), R.attr.workspaceStatusBarScrim)); in setInsets()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/view/
DVerticalListDividerDecoration.java53 mDivider = Themes.getAttrDrawable(context, LIST_DIVIDER_ATTR); in VerticalListDividerDecoration()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java98 public static Drawable getAttrDrawable(Context context, int attr) { in getAttrDrawable() method in Themes
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DWorkspaceAndHotseatScrim.java128 mTopScrim = Themes.getAttrDrawable(view.getContext(), R.attr.workspaceStatusBarScrim); in WorkspaceAndHotseatScrim()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DCarTabLayout.java230 Drawable backgroundDrawable = Themes.getAttrDrawable(getContext(), in createCarTabItemView()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java184 Themes.getAttrDrawable(mContext, R.attr.workspaceStatusBarScrim); in IconRecentsView()