HomeSort by relevance Sort by last modified time
    Searched refs:bgColor (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/base/core/java/android/text/
TextPaint.java 28 public int bgColor;
63 bgColor = tp.bgColor;
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 41 int width, int height, String bgColor) {
48 mBackgroundColor = bgColor;
141 * @param bgColor the mBackgroundColor to set
143 public void setBackgroundColor(String bgColor) {
144 mBackgroundColor = bgColor;
  /cts/tests/tests/text/src/android/text/cts/
TextPaintTest.java 76 textPaintSrc.bgColor = Color.GREEN;
83 assertEquals(0, textPaint.bgColor);
90 assertEquals(textPaintSrc.bgColor, textPaint.bgColor);
  /frameworks/base/core/java/android/text/style/
BackgroundColorSpan.java 55 ds.bgColor = mColor;
SuggestionRangeSpan.java 63 tp.bgColor = mBackgroundColor;
  /development/apps/FontLab/src/com/android/fontlab/
BackgroundPicker.java 58 protected void addItem(List<Bundle> data, String name, int textureRes, int bgColor, int textColor)
65 temp.putInt("bgcolor", bgColor);
  /external/webkit/Source/WebCore/html/
HTMLMarqueeElement.idl 27 attribute [Reflect] DOMString bgColor;
HTMLTableCellElement.idl 28 attribute [Reflect] DOMString bgColor;
HTMLTableRowElement.idl 28 attribute [Reflect] DOMString bgColor;
HTMLBodyElement.idl 26 attribute [Reflect] DOMString bgColor;
HTMLDocument.idl 57 attribute [ConvertNullToNullString] DOMString bgColor;
HTMLTableElement.idl 31 attribute [Reflect] DOMString bgColor;
HTMLBodyElement.h 41 String bgColor() const;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLBodyElement03.js 78 The bgColor attribute specifies the document background color.
80 Retrieve the bgColor attribute and examine its value.
102 vbgcolor = testNode.bgColor;
HTMLTableCellElement09.js 78 The bgColor attribute specifies the cells background color for
81 Retrieve the bgColor attribute from the second TH element and examine
104 vbgcolor = testNode.bgColor;
HTMLTableCellElement10.js 78 The bgColor attribute specifies the cells background color for table
81 Retrieve the bgColor attribute from the second TD element and examine
104 vbgcolor = testNode.bgColor;
HTMLTableElement11.js 78 The bgColor attribute specifies cell background color.
80 Retrieve the bgColor attribute of the first TABLE element and examine
103 vbgcolor = testNode.bgColor;
HTMLTableRowElement07.js 78 The bgColor attribute specifies the background color of rows.
80 Retrieve the bgColor attribute of the second TR element and examine
103 vbgcolor = testNode.bgColor;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBodyElement03.js 78 The bgColor attribute specifies the document background color.
80 Retrieve the bgColor attribute and examine its value.
102 vbgcolor = testNode.bgColor;
HTMLTableCellElement09.js 78 The bgColor attribute specifies the cells background color for
81 Retrieve the bgColor attribute from the second TH element and examine
104 vbgcolor = testNode.bgColor;
HTMLTableCellElement10.js 78 The bgColor attribute specifies the cells background color for table
81 Retrieve the bgColor attribute from the second TD element and examine
104 vbgcolor = testNode.bgColor;
HTMLTableElement11.js 78 The bgColor attribute specifies cell background color.
80 Retrieve the bgColor attribute of the first TABLE element and examine
103 vbgcolor = testNode.bgColor;
HTMLTableRowElement07.js 78 The bgColor attribute specifies the background color of rows.
80 Retrieve the bgColor attribute of the second TR element and examine
103 vbgcolor = testNode.bgColor;
  /external/skia/tests/
BlitRowTest.cpp 225 SkColor bgColor;
228 bgColor = gDstBG[j];
239 dstBM0.eraseColor(bgColor);
240 dstBM1.eraseColor(bgColor);
254 gConfigName[gDstConfig[i]], bgColor, dither, alpha, c);
  /cts/tests/tests/text/src/android/text/style/cts/
BackgroundColorSpanTest.java 75 assertEquals(Color.BLACK, tp.bgColor);
79 assertEquals(Color.BLUE, tp.bgColor);

Completed in 2053 milliseconds

1 2 3