Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningForegroundOpacityController.java54 final int foregroundColor = mCaptionHelper.getForegroundColor(); in displayPreference() local
62 final int foregroundColor = mCaptionHelper.getForegroundColor(); in onValueChanged() local
DCaptioningForegroundColorController.java56 final int foregroundColor = mCaptionHelper.getForegroundColor(); in displayPreference() local
72 final int foregroundColor = mCaptionHelper.getForegroundColor(); in getNonDefaultOpacity() local
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java214 private static int findContrastColorAgainstLightBackground( in findContrastColorAgainstLightBackground()
249 private static int findContrastColorAgainstDarkBackground( in findContrastColorAgainstDarkBackground()
282 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/Settings/tests/robotests/src/com/android/settings/accessibility/
DCaptionHelperTest.java149 final int foregroundColor = mCaptionHelper.getForegroundColor(); in setForegroundColor_shouldReturnSpecificColor() local
/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/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java508 int foregroundColor = in bindThumbnailTile() local