Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndication.java50 ColorStateList textColor, in KeyguardIndication()
155 public Builder setTextColor(@NonNull ColorStateList textColor) { in setTextColor()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DStackEducationView.kt113 var textColor = ta.getColor(1 /* index */, Color.WHITE) in setTextColor() variable
DBubbleOverflowContainerView.java233 int textColor = getContext().getColor(com.android.internal.R.color.materialColorOnSurface); in updateTheme() local
324 int textColor = ta.getColor(1, Color.BLACK); in onCreateViewHolder() local
/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
DPaintChipsWidget.kt237 val textColor = if (SHADE_NUMBERS[j] > 500) in buildWidget() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuMessageView.java164 final int textColor = res.getColor(R.color.accessibility_floating_menu_message_text); in updateResources() local
/frameworks/base/core/java/android/text/style/
DTextAppearanceSpan.java104 ColorStateList textColor; in TextAppearanceSpan() local
262 @Nullable ColorStateList textColor, @Nullable ColorStateList textColorLink, in TextAppearanceSpan()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/row/
DNotificationRowPrimitives.kt125 val textColor = in ContentScope() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/binder/
DOngoingActivityChipBinder.kt79 val textColor = chipModel.colors.text(chipContext) in bind() constant
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistVisualizer.java41 final int textColor; field in AssistVisualizer.TextEntry
/frameworks/base/core/java/com/android/internal/widget/
DMessagingMessage.java158 default void setColor(int textColor) {} in setColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/compose/
DChipContent.kt54 val textColor = Color(viewModel.colors.text(context)) in <lambda>() constant
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java163 ResourceValue textColor = res.findItemInStyle(textStyle, in setStyle() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java110 protected void applyTextColor(TextView textView, @ColorInt int textColor) { in applyTextColor()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadKey.java164 int textColor = getContext().getColor(Color.digit); in reloadColors() local
DKeyguardSliceView.java256 void setTextColor(@ColorInt int textColor) { in setTextColor()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/
DVolumePanelRadioButtons.kt173 val textColor = colors.getLabelColor(itemIndex == scope.selectedIndex) in VolumePanelRadioButtonBar() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java476 @ColorInt int textColor = Utils.getColorAttrDefaultColor(mContext, in updateIconsAndTextColors() local
/frameworks/base/core/java/android/view/inputmethod/
DTextAppearanceInfo.java832 public Builder setTextColor(@ColorInt int textColor) { in setTextColor()
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java232 final ColorStateList textColor = ta.getColorStateList(R.styleable.TextAppearance_textColor); in applyTextAppearance() local
263 final ColorStateList textColor = applyTextAppearance(mDayPaint, resId); in setDayTextAppearance() local
DRemoteViewsSerializers.java1277 ColorStateList textColor = null; in createTextAppearanceSpanFromProto() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt639 val textColor = region.currentForegroundColor() in <lambda>() constant
/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java323 ColorStateList textColor = originalSpan.getTextColor(); in ensureColorSpanContrast() local
550 public static int ensureTextBackgroundColor(int color, int textColor, int hintColor) { in ensureTextBackgroundColor()
/frameworks/base/core/java/android/hardware/input/
DKeyboardLayoutPreviewDrawable.java518 private static Paint createTextPaint(@ColorInt int textColor, float textSize, in createTextPaint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java210 final ColorStateList textColor; in setBackgroundTintColor() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java955 int textColor = getEmergencyTextColor(context); in create() local

12