/aosp12/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/ |
H A 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()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedTutorialHandler.java | 230 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 D | TimerItem.kt | 72 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 D | ColoredSwitchPreference.java | 66 mDisabledColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init() 70 mEnabledColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init()
|
H A D | ColoredPreference.java | 64 mTitleColor = Utils.getColorAttr(context, android.R.attr.textColorPrimary); in init()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardMessageArea.java | 110 android.R.attr.textColorPrimary in onThemeChanged() 119 mDefaultColorState = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in reloadColor()
|
H A D | LockIconView.java | 88 Utils.getColorAttrDefaultColor(getContext(), android.R.attr.textColorPrimary), in updateColorAndBackgroundVisibility()
|
H A D | NumPadKey.java | 152 int textColor = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary) in reloadColors()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSIconViewImpl.java | 251 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 D | GroupSummaryNotificationViewHolder.java | 56 … mDefaultTextColor = NotificationUtils.getAttrColor(mContext, android.R.attr.textColorPrimary); in GroupSummaryNotificationViewHolder()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
H A D | TutorialStepIndicator.java | 91 getContext(), android.R.attr.textColorPrimary); in initializeStepIndicators()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
H A D | StopwatchFragment.kt | 155 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 D | ExpandableSwitchItem.java | 145 view.getContext().obtainStyledAttributes(new int[] {android.R.attr.textColorPrimary}); in tintCompoundDrawables()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
H A D | FullScreenAnimation.java | 108 android.R.attr.textColorPrimary); in FullScreenAnimation() 319 android.R.attr.textColorPrimary); in animateColor()
|
/aosp12/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
H A D | ConfirmDialog.java | 110 if (getTheme().resolveAttribute(android.R.attr.textColorPrimary, tv, true)) { in getDrawable()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | AppbarFragment.java | 172 ResourceUtils.getColorAttr(getActivity(), android.R.attr.textColorPrimary)); in setUpUpArrow()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/grid/ |
H A D | GridOption.java | 98 ? android.R.attr.textColorPrimary in bindThumbnailTile()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/ |
H A D | QSCarrier.java | 91 android.R.attr.textColorPrimary); in updateState()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardView.java | 145 android.R.attr.textColorPrimary); in updateColor()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/ |
H A D | ConversationPriorityPreference.java | 136 return Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in getRegularTint()
|
H A D | BubblePreference.java | 173 : Utils.getColorAttr(context, android.R.attr.textColorPrimary); in setSelected()
|
H A D | ImportancePreference.java | 162 return Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary); in getRegularTint()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QuickStatusBarHeader.java | 172 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 D | HighlightableTopLevelPreferenceAdapter.java | 83 android.R.attr.textColorPrimary); in HighlightableTopLevelPreferenceAdapter()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/ |
H A D | GrantPermissionsWearViewHandler.java | 127 new int[] { android.R.attr.textColorPrimary }); in showDialog()
|