Home
last modified time | relevance | path

Searched refs:textColorPrimary (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
DAospThemeImpl.java40 private int textColorPrimary = -1; field in AospThemeImpl
62 android.R.attr.textColorPrimary, in AospThemeImpl()
76 textColorPrimary = array.getColor(/* index= */ 3, /* defValue= */ -1); in AospThemeImpl()
160 Assert.checkArgument(textColorPrimary != -1); in getTextColorPrimary()
161 return textColorPrimary; in getTextColorPrimary()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerItem.java80 final int textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary); in onFinishInflate() local
83 new int[] { textColorPrimary, colorAccent })); in onFinishInflate()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java160 final int textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary); in onCreateView() local
163 new int[] { textColorPrimary, colorAccent }); in onCreateView()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupSummaryNotificationViewHolder.java56 mDefaultTextColor = ThemesUtil.getAttrColor(mContext, android.R.attr.textColorPrimary); in GroupSummaryNotificationViewHolder()
DCarNotificationBodyView.java73 ThemesUtil.getAttrColor(getContext(), android.R.attr.textColorPrimary);
/packages/apps/Settings/src/com/android/settings/notification/
DImportancePreference.java162 return Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in getRegularTint()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityGestureNavigationTutorial.java182 icon.setTint(getThemeAttrColor(context, android.R.attr.textColorPrimary)); in getMessageStringWithIcon()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/
DGrantPermissionsWatchViewHandler.java110 new int[] { android.R.attr.textColorPrimary }); in showDialog()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java75 mPaint.setColor(Themes.getAttrColor(getContext(), android.R.attr.textColorPrimary)); in PendingAppWidgetHostView()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java131 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecyclerViewFastScroller()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/
DWifiSlice.java206 android.R.attr.textColorPrimary); in getAccessPointName()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/details/
DWifiDetailPreferenceController.java641 newIcon.setTintList(Utils.getColorAttr(mContext, android.R.attr.textColorPrimary)); in redrawIconForHeader()
/packages/apps/Settings/src/com/android/settings/wifi/details/
DWifiDetailPreferenceController.java613 newIcon.setTintList(Utils.getColorAttr(mContext, android.R.attr.textColorPrimary)); in redrawIconForHeader()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java344 mEmptyMessagePaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecentsView()