/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | PointLabelFormatter.java | 37 public PointLabelFormatter(int textColor) { in PointLabelFormatter() argument 38 this(textColor, PixelUtils.dpToPix(DEFAULT_H_OFFSET_DP), in PointLabelFormatter() 49 public PointLabelFormatter(int textColor, float hOffset, float vOffset) { in PointLabelFormatter() argument 50 initTextPaint(textColor); in PointLabelFormatter() 63 protected void initTextPaint(Integer textColor) { in initTextPaint() argument 64 if (textColor == null) { in initTextPaint() 69 getTextPaint().setColor(textColor); in initTextPaint()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | TextSampleEntry.java | 271 int[] textColor = new int[]{0xff, 0xff, 0xff, 0xff}; field in TextSampleEntry.StyleRecord 279 textColor = new int[4]; in parse() 280 textColor[0] = IsoTypeReader.readUInt8(in); in parse() 281 textColor[1] = IsoTypeReader.readUInt8(in); in parse() 282 textColor[2] = IsoTypeReader.readUInt8(in); in parse() 283 textColor[3] = IsoTypeReader.readUInt8(in); in parse() 293 IsoTypeWriter.writeUInt8(bb, textColor[0]); in getContent() 294 IsoTypeWriter.writeUInt8(bb, textColor[1]); in getContent() 295 IsoTypeWriter.writeUInt8(bb, textColor[2]); in getContent() 296 IsoTypeWriter.writeUInt8(bb, textColor[3]); in getContent()
|
/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
D | FooterButtonStyleUtils.java | 185 static void updateButtonTextEnabledColor(Button button, @ColorInt int textColor) { in updateButtonTextEnabledColor() argument 186 if (textColor != Color.TRANSPARENT) { in updateButtonTextEnabledColor() 187 button.setTextColor(ColorStateList.valueOf(textColor)); in updateButtonTextEnabledColor() 202 static void updateButtonTextDisabledColor(Button button, @ColorInt int textColor) { in updateButtonTextDisabledColor() argument 203 if (textColor != Color.TRANSPARENT) { in updateButtonTextDisabledColor() 204 button.setTextColor(ColorStateList.valueOf(textColor)); in updateButtonTextDisabledColor() 299 Button button, @ColorInt int textColor, float rippleAlpha) { in updateButtonRippleColor() argument 311 int argbColor = convertRgbToArgb(textColor, rippleAlpha); in updateButtonRippleColor()
|
/external/ImageMagick/Magick++/demo/ |
D | button.cpp | 46 string textColor = "red"; in main() local 69 button.fillColor( textColor ); in main()
|
/external/setupdesign/main/src/com/google/android/setupdesign/util/ |
D | TextViewPartnerStyler.java | 53 int textColor = in applyPartnerCustomizationStyle() local 56 if (textColor != 0) { in applyPartnerCustomizationStyle() 57 textView.setTextColor(textColor); in applyPartnerCustomizationStyle()
|
/external/perfetto/ui/src/frontend/ |
D | aggregation_panel.ts | 126 const textColor = textColorForState(data.states[i]); constant 133 color: `${textColor}`,
|
/external/skia/gm/ |
D | lcdblendmodes.cpp | 92 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { in drawColumn() argument 131 paint.setColor(textColor); in drawColumn()
|
/external/pdfium/testing/resources/javascript/ |
D | field_properties_expected.txt | 69 Alert: PASS: textColor = T 70 Alert: PASS: textColor = T
|
D | field_properties.in | 82 testRIProperty(field, "textColor", "T", ["RGB", 0, 0, 0]);
|
/external/webrtc/examples/objc/AppRTCMobile/ios/ |
D | ARDStatsView.m | 29 _statsLabel.textColor = [UIColor greenColor];
|
D | ARDVideoCallView.m | 93 _statusLabel.textColor = [UIColor whiteColor];
|
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | PlayerFragment.kt | 304 ll1.textColor = Color.BLACK in <lambda>() 311 ll2.textColor = Color.BLACK in <lambda>()
|
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/ |
D | CopiedResourcesTest.java | 838 …ledAttributes(new int[]{android.R.attr.windowBackground, android.R.attr.textColor, android.R.attr.… in applyStyleForced() 875 …ledAttributes(new int[]{android.R.attr.windowBackground, android.R.attr.textColor, android.R.attr.… in applyStyleNotForced()
|
D | ResourcesTest.java | 835 …ledAttributes(new int[]{android.R.attr.windowBackground, android.R.attr.textColor, android.R.attr.… in applyStyleForced() 872 …ledAttributes(new int[]{android.R.attr.windowBackground, android.R.attr.textColor, android.R.attr.… in applyStyleNotForced()
|
/external/pdfium/fxjs/ |
D | cjs_field.h | 87 JS_STATIC_PROP(textColor, text_color, CJS_Field)
|
/external/crosvm/docs/book/ |
D | mermaid.min.js | 24 …textColor=this.textColor||this.primaryTextColor,this.nodeBkg=this.nodeBkg||this.primaryColor,this.…
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 8750 RGBColor textColor; in Qt_TextMediaAddTextSample() local 8784 &textColor, in Qt_TextMediaAddTextSample() 8797 QdRGB_New, &textColor, in Qt_TextMediaAddTextSample()
|