Home
last modified time | relevance | path

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

12345678910>>...24

/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DPointLabelFormatter.java37 public PointLabelFormatter(int textColor) { in PointLabelFormatter()
49 public PointLabelFormatter(int textColor, float hOffset, float vOffset) { in PointLabelFormatter()
63 protected void initTextPaint(Integer textColor) { in initTextPaint()
/aosp_15_r20/external/setupcompat/main/java/com/google/android/setupcompat/template/
H A DFooterButtonStyleUtils.java185 static void updateButtonTextEnabledColor(Button button, @ColorInt int textColor) { in updateButtonTextEnabledColor()
202 static void updateButtonTextDisabledColor(Button button, @ColorInt int textColor) { in updateButtonTextDisabledColor()
299 Context context, Button button, @ColorInt int textColor, float rippleAlpha) { in updateButtonRippleColor()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndication.java50 ColorStateList textColor, in KeyguardIndication()
155 public Builder setTextColor(@NonNull ColorStateList textColor) { in setTextColor()
/aosp_15_r20/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
H A DSliceTrack.kt104 private val textColor = Color(0xff, 0xff, 0xff, 0x7f) constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DStackEducationView.kt109 var textColor = ta.getColor(1 /* index */, Color.WHITE) in setTextColor() variable
H A DBubbleOverflowContainerView.java233 int textColor = typedArray.getColor(1, isNightMode ? Color.WHITE : Color.BLACK); in updateTheme() local
321 int textColor = ta.getColor(1, Color.BLACK); in onCreateViewHolder() local
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
H A DPaintChipsWidget.kt237 val textColor = if (SHADE_NUMBERS[j] > 500) in buildWidget() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/binder/
H A DOngoingActivityChipBinder.kt71 val textColor = chipModel.colors.text(chipContext) in bind() constant
/aosp_15_r20/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java103 ColorStateList textColor; in TextAppearanceSpan() local
261 @Nullable ColorStateList textColor, @Nullable ColorStateList textColorLink, in TextAppearanceSpan()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/windowdecor/
DHandleMenu.java480 private final int textColor = 0; field in HandleMenu.HandleMenuView.MenuStyle
485 int backgroundColor, @android.annotation.ColorInt() in MenuStyle()
519 int backgroundColor, @android.annotation.ColorInt() in copy()
DMaximizeMenu.java522 private final int textColor = 0; field in MaximizeMenu.MaximizeMenuView.MenuStyle
531 int backgroundColor, @android.annotation.ColorInt() in MenuStyle()
587 int backgroundColor, @android.annotation.ColorInt() in copy()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v34/
DPermissionRationaleViewHandlerImpl.kt168 val textColor = in createView() constant
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/uielement/
H A DViewHierarchyElementAndroid.java82 protected ViewHierarchyElementAndroid( in ViewHierarchyElementAndroid()
393 private final @Nullable Integer textColor; field in ViewHierarchyElementAndroid.Builder
H A DViewHierarchyElement.java90 protected final @Nullable Integer textColor; field in ViewHierarchyElement
110 protected ViewHierarchyElement( in ViewHierarchyElement()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/
H A DVolumePanelRadioButtons.kt173 val textColor = colors.getLabelColor(itemIndex == scope.selectedIndex) in VolumePanelRadioButtonBar() constant
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/suggestions/
H A DTextBackgroundColorFixSuggestionProducer.java49 int textColor, int backgroundColor, double requiredContrastRatio) { in findBestBackgroundColorCandidate()
H A DTextColorFixSuggestionProducer.java60 int textColor, int backgroundColor, double requiredContrastRatio) { in findBestTextColorCandidate()
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/
H A DTextContrastCheck.java602 SpannableString text, @Nullable Integer textColor) { in getForegroundColorRangeInfos()
1030 int textColor = lightweightResult.getMetadata().getInt(KEY_TEXT_COLOR); in attemptContrastRangeEval() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuMessageView.java164 final int textColor = res.getColor(R.color.accessibility_floating_menu_message_text); in updateResources() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DSimSelectorAvatarRequest.java75 final int textColor = selected ? subColor : Color.WHITE; in renderSimAvatarInternal() local
/aosp_15_r20/external/skia/gm/
H A Dlcdblendmodes.cpp91 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { in drawColumn()
/aosp_15_r20/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java41 final int textColor; field in AssistVisualizer.TextEntry
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingMessage.java158 default void setColor(int textColor) {} in setColor()
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DCustomViewAccessibilityActivity.java223 final int textColor = context.getResources().getColor(typedValue.resourceId); in BaseToggleButton() local
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DCustomBar.java163 ResourceValue textColor = res.findItemInStyle(textStyle, in setStyle() local

12345678910>>...24