/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | StatusBar.java | 115 int foregroundColor = getForegroundColor(simulatedPlatformVersion); in StatusBar() local 120 … + Config.getWifiIconType(simulatedPlatformVersion), density,foregroundColor); in StatusBar() local
|
/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/ |
D | TintedIconManager.java | 73 public void setTint(int tintColor, int foregroundColor) { in setTint()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 206 int foregroundColor = originalSpan.getForegroundColor(); in invertCharSequenceColors() local 340 int foregroundColor = originalSpan.getForegroundColor(); in ensureColorSpanContrast() local 697 public static double calculateContrast(int foregroundColor, int backgroundColor) { in calculateContrast() 701 public static boolean satisfiesTextContrast(int backgroundColor, int foregroundColor) { in satisfiesTextContrast()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
D | ContrastColorUtilTest.java | 142 int foregroundColor = ((ForegroundColorSpan) spans[0]).getForegroundColor(); in testBuilder_ensureColorSpanContrast_partialLength_adjusted() local
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
D | PinBouncer.kt | 193 val foregroundColor = in ActionButton() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/viewholder/ |
D | AppHeaderViewHolder.kt | 191 val foregroundColor = headerStyle.foreground.color in bindDataWithThemedHeaders() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
D | BatteryMeterView.java | 744 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 | 219 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/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 1220 int foregroundColor; in setTextComposingMask() local
|