Searched defs:textColor (Results 1 - 7 of 7) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DPointLabelFormatter.java37 public PointLabelFormatter(int textColor) { argument
38 this(textColor, PixelUtils.dpToPix(DEFAULT_H_OFFSET_DP),
44 * @param textColor
49 public PointLabelFormatter(int textColor, float hOffset, float vOffset) { argument
50 initTextPaint(textColor);
63 protected void initTextPaint(Integer textColor) { argument
64 if (textColor == null) {
69 getTextPaint().setColor(textColor);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DTextSampleEntry.java271 int[] textColor = new int[]{0xff, 0xff, 0xff, 0xff}; field in class:TextSampleEntry.StyleRecord
279 textColor = new int[4];
280 textColor[0] = IsoTypeReader.readUInt8(in);
281 textColor[1] = IsoTypeReader.readUInt8(in);
282 textColor[2] = IsoTypeReader.readUInt8(in);
283 textColor[3] = IsoTypeReader.readUInt8(in);
293 IsoTypeWriter.writeUInt8(bb, textColor[0]);
294 IsoTypeWriter.writeUInt8(bb, textColor[1]);
295 IsoTypeWriter.writeUInt8(bb, textColor[2]);
296 IsoTypeWriter.writeUInt8(bb, textColor[
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestWindow.java83 @Override public void setTitleColor(int textColor) { argument
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp72 JS_STATIC_PROP_ENTRY(textColor)
2813 FX_BOOL Field::textColor(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) function in class:Field
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1677 milliseconds