Home
last modified time | relevance | path

Searched defs:textColor (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndication.java48 ColorStateList textColor, in KeyguardIndication()
140 public Builder setTextColor(@NonNull ColorStateList textColor) { in setTextColor()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTapAgainView.java52 int textColor = getResources().getColor(R.color.notif_pill_text, mContext.getTheme()); in updateColor() local
H A DKeyguardStatusBarView.java428 @ColorInt int textColor = Utils.getColorAttrDefaultColor(mContext, in updateIconsAndTextColors() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflowContainerView.java204 int textColor = typedArray.getColor(1, isNightMode ? Color.WHITE : Color.BLACK); in updateTheme() local
295 int textColor = ta.getColor(1, Color.BLACK); in onCreateViewHolder() local
H A DStackEducationView.kt107 var textColor = ta.getColor(1 /* index */, Color.WHITE) regex
/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java41 final int textColor; field in AssistVisualizer.TextEntry
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
H A DPaintChipsWidget.kt237 val textColor = if (SHADE_NUMBERS[j] > 500) regex
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingMessage.java142 default void setColor(int textColor) {} in setColor()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DSimSelectorAvatarRequest.java75 final int textColor = selected ? subColor : Color.WHITE; in renderSimAvatarInternal() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java118 int textColor = getResources().getColor(R.color.notif_pill_text, theme); in updateColors() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPasswordViewController.java99 int textColor = Utils.getColorAttr(mView.getContext(), in reloadColors() local
H A DNumPadKey.java152 int textColor = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary) in reloadColors() local
H A DKeyguardPatternViewController.java283 int textColor = Utils.getColorAttr(mLockPatternView.getContext(), in reloadColors() local
H A DKeyguardSliceView.java257 void setTextColor(@ColorInt int textColor) { in setTextColor()
H A DPasswordTextView.java210 int textColor = Utils.getColorAttr(getContext(), android.R.attr.textColorPrimary) in reloadColors() local
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java194 ResourceValue textColor = res.findItemInStyle(textStyle, in setStyle() local
/aosp12/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java103 ColorStateList textColor; in TextAppearanceSpan() local
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
H A DThemeOptionPreviewer.java187 int textColor = mContext.getColor(useLightTextColor in updateColorForLauncherWidgets() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DDialpadFragment.java173 int textColor = InCallPresenter.getInstance().getThemeColorManager().getPrimaryColor(); in updateColors() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DCaptionCustomFragment.java220 private void setCaptionsTextColor(String textColor) { in setCaptionsTextColor()
/aosp12/system/teeui/libteeui/include/teeui/
H A Dlabel.h72 Alignment verticalJustified, Color textColor, FontBuffer font, uint64_t textId) in LabelImpl()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/
H A DPermissionDetailsFragment.java184 ColorStateList textColor = typedArray.getColorStateList(0); in onCreateView() local
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
H A DProfileUserFragment.java322 int textColor; in setMessage() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickStatusBarHeader.java271 int textColor = Utils.getColorAttrDefaultColor(mContext, android.R.attr.textColorPrimary); in updateResources() local
/aosp12/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java223 final ColorStateList textColor = ta.getColorStateList(R.styleable.TextAppearance_textColor); in applyTextAppearance() local
254 final ColorStateList textColor = applyTextAppearance(mDayPaint, resId); in setDayTextAppearance() local

12