HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundColor (Results 1 - 19 of 19) 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/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 54 private ColorPreference mBackgroundColor;
112 mBackgroundColor = (ColorPreference) mCustom.findPreference("captioning_background_color");
113 mBackgroundColor.setTitles(bgColorTitles);
114 mBackgroundColor.setValues(bgColorValues);
132 mBackgroundColor.setOnValueChangedListener(this);
164 mBackgroundColor.setValue(bgColor);
197 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) {
198 final int bgColor = mBackgroundColor.getValue();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 43 private int mBackgroundColor;
72 mBackgroundColor = res.getColor(R.color.filtershow_categoryview_background);
147 return mBackgroundColor;
197 canvas.drawColor(mBackgroundColor);
  /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);
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 62 private int mBackgroundColor;
155 mBackgroundColor = color;
269 mBackgroundColor = style.backgroundColor;
296 if (Color.alpha(mBackgroundColor) > 0) {
300 paint.setColor(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 115 protected float[] mBackgroundColor;
122 return mBackgroundColor;
126 mBackgroundColor = GalleryUtils.intColorToFloatARGBArray(
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 82 private float [] mBackgroundColor;
250 return mBackgroundColor;
254 mBackgroundColor = color;
258 if (mBackgroundColor != null) {
259 view.clearBuffer(mBackgroundColor);
  /packages/apps/Launcher3/src/com/android/launcher3/
Cling.java 78 private int mBackgroundColor;
105 mBackgroundColor = 0xdd000000;
376 mScrimView.setBackgroundColor(mBackgroundColor);
387 eraseCanvas.drawColor(mBackgroundColor);
389 canvas.drawColor(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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 65 private int mBackgroundColor;
81 mBackgroundColor = res.getColor(R.color.filtershow_stateview_background);
159 mPaint.setColor(mBackgroundColor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 247 private Color mBackgroundColor;
265 mBackgroundColor = new Color(parent.getDisplay(), 150, 150, 150);
266 setBackground(mBackgroundColor);
571 if (mBackgroundColor != null) {
572 mBackgroundColor.dispose();
573 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 98 private final int mBackgroundColor;
115 mBackgroundColor = getResources().getColor(R.color.blackish);
137 lapInfo.setBackgroundColor(mBackgroundColor);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java 683 private final int mBackgroundColor;
765 mBackgroundColor = R.drawable.alarm_background_normal;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 68 protected int mBackgroundColor;
176 mBackgroundColor = res.getColor(R.color.background_screen);
    [all...]

Completed in 2201 milliseconds