/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 | 81 private ColorPreference mBackgroundColor; 241 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR); 242 mBackgroundColor.setTitles(bgColorTitles); 243 mBackgroundColor.setValues(bgColorValues); 258 mBackgroundColor.setOnValueChangedListener(this); 280 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, attrs.backgroundColor); 333 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) { 334 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity);
|
/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);
|
/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);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
Cling.java | 85 private int mBackgroundColor; 112 mBackgroundColor = 0xcc000000; 480 mScrimView.setBackgroundColor(mBackgroundColor); 494 eraseCanvas.drawColor(mBackgroundColor); 496 canvas.drawColor(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...] |