Searched defs:foregroundColor (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/view/accessibility/ |
D | CaptioningManager.java | 419 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
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 204 int foregroundColor = originalSpan.getForegroundColor(); in invertCharSequenceColors() local 609 public static double calculateContrast(int foregroundColor, int backgroundColor) { in calculateContrast() 613 public static boolean satisfiesTextContrast(int backgroundColor, int foregroundColor) { in satisfiesTextContrast()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
D | BatteryMeterView.java | 455 public 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/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 225 final int foregroundColor = dark ? Color.WHITE : Color.BLACK; in setBackgroundTintColor() local
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 1328 public Foreground(int foregroundColor) { in Foreground()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 482 int foregroundColor = ((ForegroundColorSpan) spans[0]).getForegroundColor(); in testBuilder_ensureColorSpanContrast_partialLength_adjusted() local
|
/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 | 6399 int foregroundColor = originalSpan.getForegroundColor(); in ensureColorSpanContrast() local
|