Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/
H A 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedTutorialHandler.java230 final int textColorPrimary; in updateThemeColor() local
233 com.android.internal.R.attr.textColorPrimary, in updateThemeColor()
235 textColorPrimary = ta.getColor(0, 0); in updateThemeColor()
240 iconView.setImageTintList(ColorStateList.valueOf(textColorPrimary)); in updateThemeColor()
245 tutorialTitle.setTextColor(textColorPrimary); in updateThemeColor()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerItem.kt72 val textColorPrimary = ThemeUtils.resolveColor(c, attr.textColorPrimary) regex
76 intArrayOf(textColorPrimary, colorAccent)))
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DColoredSwitchPreference.java66 mDisabledColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init()
70 mEnabledColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init()
H A DColoredPreference.java64 mTitleColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardMessageArea.java110 android.R.attr.textColorPrimary in onThemeChanged()
119 mDefaultColorState = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in reloadColor()
H A DLockIconView.java88 Utils.getColorAttrDefaultColor(getContext(), android.R.attr.textColorPrimary), in updateColorAndBackgroundVisibility()
H A DNumPadKey.java152 int textColor = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary) in reloadColors()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java251 Utils.getColorAttrDefaultColor(context, android.R.attr.textColorPrimary)); in getIconColorForState()
253 return Utils.getColorAttrDefaultColor(context, android.R.attr.textColorPrimary); in getIconColorForState()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DGroupSummaryNotificationViewHolder.java56 … mDefaultTextColor = NotificationUtils.getAttrColor(mContext, android.R.attr.textColorPrimary); in GroupSummaryNotificationViewHolder()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DTutorialStepIndicator.java91 getContext(), android.R.attr.textColorPrimary); in initializeStepIndicators()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.kt155 val textColorPrimary = ThemeUtils.resolveColor(c, android.R.attr.textColorPrimary) regex
159 intArrayOf(textColorPrimary, colorAccent)
/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
H A DExpandableSwitchItem.java145 view.getContext().obtainStyledAttributes(new int[] {android.R.attr.textColorPrimary}); in tintCompoundDrawables()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DFullScreenAnimation.java108 android.R.attr.textColorPrimary); in FullScreenAnimation()
319 android.R.attr.textColorPrimary); in animateColor()
/aosp12/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java110 if (getTheme().resolveAttribute(android.R.attr.textColorPrimary, tv, true)) { in getDrawable()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DAppbarFragment.java172 ResourceUtils.getColorAttr(getActivity(), android.R.attr.textColorPrimary)); in setUpUpArrow()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/grid/
H A DGridOption.java98 ? android.R.attr.textColorPrimary in bindThumbnailTile()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/
H A DQSCarrier.java91 android.R.attr.textColorPrimary); in updateState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardView.java145 android.R.attr.textColorPrimary); in updateColor()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DConversationPriorityPreference.java136 return Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in getRegularTint()
H A DBubblePreference.java173 : Utils.getColorAttr(context, android.R.attr.textColorPrimary); in setSelected()
H A DImportancePreference.java162 return Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in getRegularTint()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickStatusBarHeader.java172 android.R.attr.textColorPrimary); in onAttach()
271 int textColor = Utils.getColorAttrDefaultColor(mContext, android.R.attr.textColorPrimary); in updateResources()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DHighlightableTopLevelPreferenceAdapter.java83 android.R.attr.textColorPrimary); in HighlightableTopLevelPreferenceAdapter()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/
H A DGrantPermissionsWearViewHandler.java127 new int[] { android.R.attr.textColorPrimary }); in showDialog()

12