/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | Themes.java | 102 return getAttrColor(context, android.R.attr.colorAccent); in getColorAccent() 107 return getAttrColor(context, android.R.attr.colorBackground); in getColorBackground() 112 return getAttrColor(context, android.R.attr.colorBackgroundFloating); in getColorBackgroundFloating() 115 public static int getAttrColor(Context context, int attr) { in getAttrColor() method in Themes 116 return GraphicsUtils.getAttrColor(context, attr); in getAttrColor()
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/ |
D | Themes.java | 31 public static int getAttrColor(Context context, int attr) { in getAttrColor() method in Themes 32 return getAttrColor(context, /*styleResId=*/ 0, attr); in getAttrColor() 36 public static int getAttrColor(Context context, @StyleRes int styleResId, int attr) { in getAttrColor() method in Themes
|
/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | GroupSummaryNotificationViewHolder.java | 55 … mCardBackgroundColor = NotificationUtils.getAttrColor(mContext, android.R.attr.colorPrimary); in GroupSummaryNotificationViewHolder() 56 … mDefaultTextColor = NotificationUtils.getAttrColor(mContext, android.R.attr.textColorPrimary); in GroupSummaryNotificationViewHolder()
|
D | CarNotificationBodyView.java | 77 NotificationUtils.getAttrColor(getContext(), android.R.attr.textColorPrimary); 79 NotificationUtils.getAttrColor(getContext(), android.R.attr.textColorSecondary);
|
D | CarNotificationBaseViewHolder.java | 124 mDefaultBackgroundColor = NotificationUtils.getAttrColor(mContext, in CarNotificationBaseViewHolder() 126 mDefaultCarAccentColor = NotificationUtils.getAttrColor(mContext, in CarNotificationBaseViewHolder()
|
D | ProgressNotificationViewHolder.java | 51 mCardBackgroundColor = NotificationUtils.getAttrColor(view.getContext(), in ProgressNotificationViewHolder()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | Utils.java | 685 return getAttrColor(context, android.R.attr.colorAccent); in getAccentColor() 692 return getAttrColor(context, android.R.attr.colorBackground); in getBackgroundColor() 699 return getAttrColor(context, android.R.attr.textColorPrimary); in getTextPrimaryColor() 706 return getAttrColor(context, android.R.attr.textColorSecondary); in getTextSecondaryColor() 709 private int getAttrColor(Context context, int attr) { in getAttrColor() method
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | QuickSwitchState.java | 45 return Themes.getAttrColor(launcher, R.attr.overviewScrimColor); in getWorkspaceScrimColor()
|
D | AllAppsState.java | 95 return Themes.getAttrColor(launcher, R.attr.allAppsScrimColor); in getWorkspaceScrimColor()
|
D | OverviewState.java | 112 return Themes.getAttrColor(launcher, R.attr.overviewScrimColor);
|
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/states/ |
D | OverviewState.java | 65 return Themes.getAttrColor(launcher, R.attr.overviewScrimColor); in getWorkspaceScrimColor()
|
D | AllAppsState.java | 81 return Themes.getAttrColor(launcher, R.attr.allAppsScrimColor); in getWorkspaceScrimColor()
|
/packages/apps/Launcher3/src/com/android/launcher3/states/ |
D | HintState.java | 58 Themes.getAttrColor(launcher, R.attr.overviewScrimColor), 100); in getWorkspaceScrimColor()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsContainerView.java | 149 mScrimColor = Themes.getAttrColor(context, R.attr.allAppsScrimColor); in AllAppsContainerView() 152 mHeaderProtectionColor = Themes.getAttrColor(context, R.attr.allappsHeaderProtectionColor); in AllAppsContainerView() 170 mNavBarScrimPaint.setColor(Themes.getAttrColor(context, R.attr.allAppsNavBarScrimColor)); in AllAppsContainerView()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | TutorialStepIndicator.java | 90 int stepIndicatorColor = GraphicsUtils.getAttrColor( in initializeStepIndicators()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | RecentsState.java | 124 return hasFlag(FLAG_SCRIM) ? Themes.getAttrColor(activity, R.attr.overviewScrimColor) in getScrimColor()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsListDrawableFactory.java | 50 Themes.getAttrColor(context, android.R.attr.colorControlHighlight)); in WidgetsListDrawableFactory()
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
D | DeepShortcutView.java | 100 int color = Themes.getAttrColor(getContext(), android.R.attr.colorControlHighlight); in tryUpdateTextBackground()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | NotificationUtils.java | 48 public static int getAttrColor(Context context, int attr) { in getAttrColor() method in NotificationUtils
|
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/ |
D | PageIndicatorDots.java | 117 mInActiveColor = Themes.getAttrColor(context, android.R.attr.colorControlHighlight); in PageIndicatorDots()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | PendingAppWidgetHostView.java | 82 mPaint.setColor(Themes.getAttrColor(getContext(), android.R.attr.textColorPrimary)); in PendingAppWidgetHostView()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | RecyclerViewFastScroller.java | 152 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecyclerViewFastScroller()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 179 int folderFillColor = Themes.getAttrColor(mContext, R.attr.folderFillColor); in getAnimator()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 149 mBackgroundColor = Themes.getAttrColor(context, R.attr.popupColorPrimary); in ArrowPopup()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 266 mGridColor = Themes.getAttrColor(getContext(), R.attr.workspaceAccentColor); in CellLayout() 280 mDragOutlinePaint.setColor(Themes.getAttrColor(context, R.attr.workspaceTextColor)); in CellLayout()
|