Home
last modified time | relevance | path

Searched defs:foregroundColor (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java220 private static int findContrastColorAgainstLightBackground( in findContrastColorAgainstLightBackground()
255 private static int findContrastColorAgainstDarkBackground( in findContrastColorAgainstDarkBackground()
288 private static int getContrastedForegroundColor( in getContrastedForegroundColor()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningForegroundOpacityController.java45 final int foregroundColor = mCaptionHelper.getForegroundColor(); in displayPreference() local
53 final int foregroundColor = mCaptionHelper.getForegroundColor(); in onValueChanged() local
DCaptioningForegroundColorController.java48 final int foregroundColor = mCaptionHelper.getForegroundColor(); in displayPreference() local
64 final int foregroundColor = mCaptionHelper.getForegroundColor(); in getNonDefaultOpacity() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
H A DCaptionStyleCompat.java73 public final int foregroundColor; field in CaptionStyleCompat
127 int foregroundColor, in CaptionStyleCompat()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
H A DCaptionStyleCompat.java77 public final int foregroundColor; field in CaptionStyleCompat
131 int foregroundColor, in CaptionStyleCompat()
/aosp_15_r20/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java419 public final int foregroundColor; field in CaptioningManager.CaptionStyle
460 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle()
582 final int foregroundColor = Secure.getInt( in getCustomStyle() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java211 int foregroundColor = originalSpan.getForegroundColor(); in invertCharSequenceColors() local
353 int foregroundColor = originalSpan.getForegroundColor(); in ensureColorSpanContrast() local
710 public static double calculateContrast(int foregroundColor, int backgroundColor) { in calculateContrast()
714 public static boolean satisfiesTextContrast(int backgroundColor, int foregroundColor) { in satisfiesTextContrast()
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DStatusBar.java106 int foregroundColor; in StatusBar() local
119 … + Config.getWifiIconType(simulatedPlatformVersion), density,foregroundColor); in StatusBar() local
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/utils/contrast/
H A DContrastUtils.java161 int foregroundColor, int backgroundColor, int backdrop) { in calculateContrastOnBackdrop()
178 int foregroundColor, int backgroundColor) { in calculateContrastRatioRange()
H A DContrastSwatch.java156 int foregroundColor; in separateColorsUsingSingleForegroundMethod() local
308 SeparatedColors(int backgroundColor, int foregroundColor) { in SeparatedColors()
/aosp_15_r20/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp605 const SkColor foregroundColor, in colrv1_configure_skpaint()
1082 const SkColor foregroundColor, in colrv1_draw_paint()
1129 const SkSpan<SkColor>& palette, SkColor foregroundColor, in colrv1_draw_glyph_with_path()
1243 const SkColor foregroundColor, in colrv1_traverse_paint()
1411 const SkColor foregroundColor, in colrv1_start_glyph()
H A DSkTypeface_fontations.cpp709 bool drawCOLRGlyph(const SkGlyph& glyph, SkColor foregroundColor, SkCanvas* canvas) { in drawCOLRGlyph()
1014 SkColor foregroundColor, in populateStopsAndColors()
1168 SkColor foregroundColor, in ColorPainter()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java684 int foregroundColor = in handleSetPenColor() local
957 private int foregroundColor; field in Cea708Decoder.CueInfoBuilder
1141 public void setPenColor(int foregroundColor, int backgroundColor, int edgeColor) { in setPenColor()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java682 int foregroundColor = in handleSetPenColor() local
955 private int foregroundColor; field in Cea708Decoder.CueInfoBuilder
1139 public void setPenColor(int foregroundColor, int backgroundColor, int edgeColor) { in setPenColor()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPinBouncer.kt204 val foregroundColor = in ActionButton() constant
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/launcher3/icons/
H A DMonochromeIconFactory_Accessor.java30 int foregroundColor) { in getMonochromeIcon()
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DCea708Data.java214 public final CaptionColor foregroundColor; field in Cea708Data.CaptionPenColor
219 CaptionColor foregroundColor, in CaptionPenColor()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/viewholder/
H A DAppHeaderViewHolder.kt247 val foregroundColor = headerStyle.foreground.color in bindDataWithThemedHeaders() constant
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategoryPageIndicatorView.java41 public void setColors(final int foregroundColor, final int backgroundColor) { in setColors()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/
H A DTintedIconManager.java73 public void setTint(int tintColor, int foregroundColor) { in setTint()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DCaptionHelperTest.java155 final int foregroundColor = mCaptionHelper.getForegroundColor(); in setForegroundColor_shouldReturnSpecificColor() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/shared/ui/view/
DModernStatusBarView.java67 public void setStaticDrawableColor(int color, int foregroundColor) { in setStaticDrawableColor()
/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGOpenTypeSVGDecoder.cpp137 SkColor foregroundColor, SkSpan<SkColor> palette) { in render()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DContrastColorUtilTest.java142 int foregroundColor = ((ForegroundColorSpan) spans[0]).getForegroundColor(); in testBuilder_ensureColorSpanContrast_partialLength_adjusted() local
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java501 CaptionColor foregroundColor = new CaptionColor(opacity, red, green, blue); in parseC1() local
917 public final CaptionColor foregroundColor; field in Cea708CCParser.CaptionPenColor
921 public CaptionPenColor(CaptionColor foregroundColor, CaptionColor backgroundColor, in CaptionPenColor()

12345678910>>...16