Home
last modified time | relevance | path

Searched refs:textColor (Results 1 – 17 of 17) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DPointLabelFormatter.java37 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/
DTextSampleEntry.java271 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/
DFooterButtonStyleUtils.java185 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/
Dbutton.cpp46 string textColor = "red"; in main() local
69 button.fillColor( textColor ); in main()
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DTextViewPartnerStyler.java53 int textColor = in applyPartnerCustomizationStyle() local
56 if (textColor != 0) { in applyPartnerCustomizationStyle()
57 textView.setTextColor(textColor); in applyPartnerCustomizationStyle()
/external/perfetto/ui/src/frontend/
Daggregation_panel.ts126 const textColor = textColorForState(data.states[i]); constant
133 color: `${textColor}`,
/external/skia/gm/
Dlcdblendmodes.cpp92 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) { in drawColumn() argument
131 paint.setColor(textColor); in drawColumn()
/external/pdfium/testing/resources/javascript/
Dfield_properties_expected.txt69 Alert: PASS: textColor = T
70 Alert: PASS: textColor = T
Dfield_properties.in82 testRIProperty(field, "textColor", "T", ["RGB", 0, 0, 0]);
/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDStatsView.m29 _statsLabel.textColor = [UIColor greenColor];
DARDVideoCallView.m93 _statusLabel.textColor = [UIColor whiteColor];
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/
DPlayerFragment.kt304 ll1.textColor = Color.BLACK in <lambda>()
311 ll2.textColor = Color.BLACK in <lambda>()
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/
DCopiedResourcesTest.java838 …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()
DResourcesTest.java835 …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/
Dcjs_field.h87 JS_STATIC_PROP(textColor, text_color, CJS_Field)
/external/crosvm/docs/book/
Dmermaid.min.js24textColor=this.textColor||this.primaryTextColor,this.nodeBkg=this.nodeBkg||this.primaryColor,this.…
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c8750 RGBColor textColor; in Qt_TextMediaAddTextSample() local
8784 &textColor, in Qt_TextMediaAddTextSample()
8797 QdRGB_New, &textColor, in Qt_TextMediaAddTextSample()