Home
last modified time | relevance | path

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

12

/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.kt72 val textColorPrimary = ThemeUtils.resolveColor(c, attr.textColorPrimary) in onFinishInflate() constant
76 intArrayOf(textColorPrimary, colorAccent))) in onFinishInflate()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DColoredSwitchPreference.java68 mDisabledColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init()
72 mEnabledColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init()
DColoredTwoActionSwitchPreference.java82 mWarningTextColor = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in init()
88 mNormalTextColor = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in init()
DColoredPreference.java64 mTitleColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.kt155 val textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary) in <lambda>() constant
159 intArrayOf(textColorPrimary, colorAccent) in <lambda>()
/packages/apps/Settings/src/com/android/settings/accessibility/
DFlashNotificationsPreviewPreference.java69 android.R.attr.textColorPrimary); in init()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterQsFragment.java390 Utils.applyTint(mContext, icon, android.R.attr.textColorPrimary); in disableIndicatorCardUi()
515 : android.R.attr.textColorPrimary);
532 mContext.getColor(Utils.getColorResId(mContext, android.R.attr.textColorPrimary)));
727 inverse ? android.R.attr.textColorPrimaryInverse : android.R.attr.textColorPrimary;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialStepIndicator.java90 getContext(), android.R.attr.textColorPrimary); in initializeStepIndicators()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DFlashNotificationsPreviewPreferenceTest.java81 android.R.attr.textColorPrimary); in setEnabled_false_verifyDisabledUi()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DPowerGaugePreference.java84 Utils.getColorAttrDefaultColor(context, android.R.attr.textColorPrimary); in PowerGaugePreference()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DDuoTabs.java78 SystemColors.getColor(getContext(), android.R.attr.textColorPrimary)); in DuoTabs()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DAppbarFragment.java191 return ResourceUtils.getColorAttr(getActivity(), android.R.attr.textColorPrimary); in getToolbarTextColor()
DCategorySelectorFragment.java467 new int[]{android.R.attr.textColorPrimary, in showPermissionSnackbar()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DSatelliteSetting.java171 icon.setTintList(Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary)); in updateDynamicPreferenceViews()
/packages/apps/Settings/src/com/android/settings/widget/
DHighlightableTopLevelPreferenceAdapter.java82 android.R.attr.textColorPrimary); in HighlightableTopLevelPreferenceAdapter()
DLabeledSeekBarPreference.java125 Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary)); in onBindViewHolder()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v34/
DPermissionRationaleViewHandlerImpl.kt169 getColorStateListForAttr(mActivity, android.R.attr.textColorPrimary)!! in createView()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DModifierKeysPickerDialogFragment.java311 return Utils.getColorAttrDefaultColor(mActivity, android.R.attr.textColorPrimary); in getColorOfTextColorPrimary()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java155 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecyclerViewFastScroller()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DPermissionUsageDetailsFragment.java157 : android.R.attr.textColorPrimary; in onCreateView()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java172 mPaint.setColor(Themes.getAttrColor(getContext(), android.R.attr.textColorPrimary)); in PendingAppWidgetHostView()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationHistoryActivity.java178 int textColor = obtainThemeColor(android.R.attr.textColorPrimary);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java742 return getAttrColor(context, android.R.attr.textColorPrimary); in getTextPrimaryColor()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DTabFragment.java197 android.R.attr.textColorPrimary}; in onViewCreated()

12