/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
H A D | PointLabelFormatter.java | 37 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 D | FooterButtonStyleUtils.java | 185 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 D | KeyguardIndication.java | 50 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 D | SliceTrack.kt | 104 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 D | StackEducationView.kt | 109 var textColor = ta.getColor(1 /* index */, Color.WHITE) in setTextColor() variable
|
H A D | BubbleOverflowContainerView.java | 233 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 D | PaintChipsWidget.kt | 237 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 D | OngoingActivityChipBinder.kt | 71 val textColor = chipModel.colors.text(chipContext) in bind() constant
|
/aosp_15_r20/frameworks/base/core/java/android/text/style/ |
H A D | TextAppearanceSpan.java | 103 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/ |
D | HandleMenu.java | 480 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()
|
D | MaximizeMenu.java | 522 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/ |
D | PermissionRationaleViewHandlerImpl.kt | 168 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 D | ViewHierarchyElementAndroid.java | 82 protected ViewHierarchyElementAndroid( in ViewHierarchyElementAndroid() 393 private final @Nullable Integer textColor; field in ViewHierarchyElementAndroid.Builder
|
H A D | ViewHierarchyElement.java | 90 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 D | VolumePanelRadioButtons.kt | 173 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 D | TextBackgroundColorFixSuggestionProducer.java | 49 int textColor, int backgroundColor, double requiredContrastRatio) { in findBestBackgroundColorCandidate()
|
H A D | TextColorFixSuggestionProducer.java | 60 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 D | TextContrastCheck.java | 602 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 D | MenuMessageView.java | 164 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/ |
D | SimSelectorAvatarRequest.java | 75 final int textColor = selected ? subColor : Color.WHITE; in renderSimAvatarInternal() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | lcdblendmodes.cpp | 91 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 D | AssistVisualizer.java | 41 final int textColor; field in AssistVisualizer.TextEntry
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingMessage.java | 158 default void setColor(int textColor) {} in setColor()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
H A D | CustomViewAccessibilityActivity.java | 223 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 D | CustomBar.java | 163 ResourceValue textColor = res.findItemInStyle(textStyle, in setStyle() local
|