HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundColor (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/text/style/
SuggestionRangeSpan.java 31 private int mBackgroundColor;
35 mBackgroundColor = 0;
39 mBackgroundColor = src.readInt();
49 dest.writeInt(mBackgroundColor);
58 mBackgroundColor = backgroundColor;
63 tp.bgColor = mBackgroundColor;
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 28 private String mBackgroundColor;
48 mBackgroundColor = bgColor;
134 * @return the mBackgroundColor
137 return mBackgroundColor;
141 * @param bgColor the mBackgroundColor to set
144 mBackgroundColor = bgColor;
  /packages/apps/Browser/src/com/android/browser/
SnapshotTab.java 43 private int mBackgroundColor;
60 if (mBackgroundColor != 0) {
61 web.setBackgroundColor(mBackgroundColor);
195 mTab.mBackgroundColor = result.getInt(5);
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 86 private Float4 mBackgroundColor = new Float4(0.0f, 0.0f, 0.0f, 1.0f);
126 setBackgroundColor(mBackgroundColor.x, mBackgroundColor.y, mBackgroundColor.z,
127 mBackgroundColor.w);
477 mBackgroundColor = new Float4(red, green, blue, alpha);
479 mRenderScript.setBackgroundColor(mBackgroundColor);
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 88 protected int mBackgroundColor;
101 sFallbackPalette.mBackgroundColor = Color.WHITE;
119 pal.mBackgroundColor = Color.parseColor(val);
135 return mBackgroundColor;
172 protected int mBackgroundColor;
185 sFallbackPalette.mBackgroundColor = Color.WHITE;
209 pal.mBackgroundColor = Color.parseColor(val);
223 return mBackgroundColor;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 58 private AtomicInteger mBackgroundColor = new AtomicInteger(BACKGROUND_BLACK);
204 switch (mBackgroundColor.get()) {
374 mBackgroundColor.set(backgroundColor);
  /frameworks/base/core/java/android/view/animation/
Animation.java 187 private int mBackgroundColor;
587 mBackgroundColor = bg;
718 return mBackgroundColor;
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 255 ss.mBackgroundColor = mManager.getBackgroundColor();
267 setBackgroundColor(ss.mBackgroundColor);
955 private int mBackgroundColor = DEFAULT_TRANSPARENT_COLOR;
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]

Completed in 449 milliseconds