Home
last modified time | relevance | path

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

/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
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java235 private static int findContrastColorAgainstLightBackground( in findContrastColorAgainstLightBackground()
270 private static int findContrastColorAgainstDarkBackground( in findContrastColorAgainstDarkBackground()
303 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.java155 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