Searched defs:foregroundColor (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/accessibility/ |
D | CaptioningManager.java | 315 public final int foregroundColor; field in CaptioningManager.CaptionStyle 356 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle() 478 final int foregroundColor = Secure.getInt( in getCustomStyle() local
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 204 int foregroundColor = originalSpan.getForegroundColor(); in invertCharSequenceColors() local 606 public static double calculateContrast(int foregroundColor, int backgroundColor) { in calculateContrast() 610 public static boolean satisfiesTextContrast(int backgroundColor, int foregroundColor) { in satisfiesTextContrast()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | MediaNotificationProcessor.java | 143 int foregroundColor = selectForegroundColor(backgroundColor, palette); in processNotification() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | BatteryMeterView.java | 450 private void updateColors(int foregroundColor, int backgroundColor, int singleToneColor) { in updateColors()
|
/frameworks/base/media/java/android/media/ |
D | Cea708CaptionRenderer.java | 501 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()
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 1296 public Foreground(int foregroundColor) { in Foreground()
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 1220 int foregroundColor; in setTextComposingMask() local
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 5656 int foregroundColor = originalSpan.getForegroundColor(); in ensureColorSpanContrast() local
|