HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundColor (Results 1 - 18 of 18) 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/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageSmallFilter.java 45 protected static int mBackgroundColor = Color.BLUE;
59 mBackgroundColor = value;
177 canvas.drawColor(mBackgroundColor);
ImageSmallBorder.java 49 canvas.drawColor(mBackgroundColor);
ImageShow.java 71 private static int mBackgroundColor = Color.RED;
125 mBackgroundColor = value;
129 return mBackgroundColor;
553 canvas.drawColor(mBackgroundColor);
  /packages/apps/Browser/src/com/android/browser/
SnapshotTab.java 48 private int mBackgroundColor;
65 if (mBackgroundColor != 0) {
66 web.setBackgroundColor(mBackgroundColor);
220 mTab.mBackgroundColor = result.getInt(SNAPSHOT_BACKGROUND);
  /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;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 121 protected float[] mBackgroundColor;
128 return mBackgroundColor;
132 mBackgroundColor = GalleryUtils.intColorToFloatARGBArray(
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 81 private float [] mBackgroundColor;
249 return mBackgroundColor;
253 mBackgroundColor = color;
257 if (mBackgroundColor != null) {
258 view.clearBuffer(mBackgroundColor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 79 private Color mBackgroundColor;
181 mBackgroundColor = new Color(getDisplay(), 0x33, 0x33, 0x33);
192 mBackgroundColor.dispose();
277 gc.setBackground(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 188 private int mBackgroundColor;
626 mBackgroundColor = bg;
757 return mBackgroundColor;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 240 private Color mBackgroundColor;
250 mBackgroundColor = new Color(parent.getDisplay(), 150, 150, 150);
251 setBackground(mBackgroundColor);
505 if (mBackgroundColor != null) {
506 mBackgroundColor.dispose();
507 mBackgroundColor = null;
    [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...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 80 private final int mBackgroundColor;
84 mBackgroundColor = getResources().getColor(R.color.blackish);
111 lapInfo.setBackgroundColor(mBackgroundColor);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 426 private final int mBackgroundColor;
504 mBackgroundColor = res.getColor(R.color.alarm_whiteish);
615 itemHolder.alarmItem.setBackgroundColor(mBackgroundColor);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]

Completed in 590 milliseconds