Searched refs:textColorPrimary (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/ |
D | AospThemeImpl.java | 40 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/ |
D | TimerItem.java | 80 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/ |
D | StopwatchFragment.java | 160 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/ |
D | GroupSummaryNotificationViewHolder.java | 56 mDefaultTextColor = ThemesUtil.getAttrColor(mContext, android.R.attr.textColorPrimary); in GroupSummaryNotificationViewHolder()
|
D | CarNotificationBodyView.java | 73 ThemesUtil.getAttrColor(getContext(), android.R.attr.textColorPrimary);
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ImportancePreference.java | 162 return Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in getRegularTint()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityGestureNavigationTutorial.java | 182 icon.setTint(getThemeAttrColor(context, android.R.attr.textColorPrimary)); in getMessageStringWithIcon()
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/ |
D | GrantPermissionsWatchViewHandler.java | 110 new int[] { android.R.attr.textColorPrimary }); in showDialog()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | PendingAppWidgetHostView.java | 75 mPaint.setColor(Themes.getAttrColor(getContext(), android.R.attr.textColorPrimary)); in PendingAppWidgetHostView()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | RecyclerViewFastScroller.java | 131 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecyclerViewFastScroller()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/ |
D | WifiSlice.java | 206 android.R.attr.textColorPrimary); in getAccessPointName()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/details/ |
D | WifiDetailPreferenceController.java | 641 newIcon.setTintList(Utils.getColorAttr(mContext, android.R.attr.textColorPrimary)); in redrawIconForHeader()
|
/packages/apps/Settings/src/com/android/settings/wifi/details/ |
D | WifiDetailPreferenceController.java | 613 newIcon.setTintList(Utils.getColorAttr(mContext, android.R.attr.textColorPrimary)); in redrawIconForHeader()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 344 mEmptyMessagePaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecentsView()
|