Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java197 private static int findContrastColorAgainstLightBackground( in findContrastColorAgainstLightBackground()
232 private static int findContrastColorAgainstDarkBackground( in findContrastColorAgainstDarkBackground()
265 private static int getContrastedForegroundColor( in getContrastedForegroundColor()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategoryPageIndicatorView.java41 public void setColors(final int foregroundColor, final int backgroundColor) { in setColors()
/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()
DCea708Parser.java641 CaptionColor foregroundColor = new CaptionColor(opacity, red, green, blue); in parseC1() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java289 final int foregroundColor = attrs.hasForegroundColor() ? attrs.foregroundColor in updateAllPreferences() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java351 final int foregroundColor = attrs.hasForegroundColor() ? in updateAllPreferences() local
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java461 int foregroundColor = res.getColor(R.color.shape_option_tile_foreground_color, theme); in bindThumbnailTile() local