Searched refs:mBackgroundColor (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Mms/src/com/android/mms/model/
H A DRegionModel.java28 private String mBackgroundColor; field in class:RegionModel
48 mBackgroundColor = bgColor;
134 * @return the mBackgroundColor
137 return mBackgroundColor;
141 * @param bgColor the mBackgroundColor to set
144 mBackgroundColor = bgColor;
/packages/apps/Camera2/src/com/android/camera/ui/
H A DBottomBar.java70 private int mBackgroundColor; field in class:BottomBar
144 setPaintColor(mBackgroundAlpha, mBackgroundColor);
157 setPaintColor(mBackgroundAlpha, mBackgroundColor);
167 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
337 mBackgroundColor = color;
338 setPaintColor(mBackgroundAlpha, mBackgroundColor);
339 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
375 setPaintColor(mBackgroundAlpha, mBackgroundColor);
376 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
H A DModeTransitionView.java73 private int mBackgroundColor; field in class:ModeTransitionView
93 mBackgroundColor = getResources().getColor(R.color.video_mode_color);
173 canvas.drawColor(mBackgroundColor);
181 canvas.drawColor(mBackgroundColor);
435 mBackgroundColor = shadeColor;
494 mBackgroundColor = getResources().getColor(colorId);
558 mBackgroundColor = (mBackgroundColor & 0xFFFFFF) | (alphaScaled << 24);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DPercentageBarChart.java80 private final int mBackgroundColor; field in class:PercentageBarChart
91 mBackgroundColor = backgroundColor;
113 mEmptyPaint.setColor(mBackgroundColor);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DIconView.java43 private int mBackgroundColor; field in class:IconView
72 mBackgroundColor = res.getColor(R.color.filtershow_categoryview_background);
147 return mBackgroundColor;
197 canvas.drawColor(mBackgroundColor);
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java89 private ColorPreference mBackgroundColor; field in class:CaptionPropertiesFragment
293 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR);
294 mBackgroundColor.setTitles(bgColorTitles);
295 mBackgroundColor.setValues(bgColorValues);
318 mBackgroundColor.setOnValueChangedListener(this);
342 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, attrs.backgroundColor);
396 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) {
397 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity);
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
H A DPolarClockWallpaper.java88 protected int mBackgroundColor; field in class:PolarClockWallpaper.FixedClockPalette
101 sFallbackPalette.mBackgroundColor = Color.WHITE;
119 pal.mBackgroundColor = Color.parseColor(val);
135 return mBackgroundColor;
172 protected int mBackgroundColor; field in class:PolarClockWallpaper.CyclingClockPalette
185 sFallbackPalette.mBackgroundColor = Color.WHITE;
209 pal.mBackgroundColor = Color.parseColor(val);
223 return mBackgroundColor;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionPreviewFragment.java61 private int mBackgroundColor; field in class:CaptionPreviewFragment
134 mBackgroundColor = cs.backgroundColor;
223 int color = mBackgroundColor & 0xff000000 | bgColor & 0xffffff;
230 int color = mBackgroundColor & 0xffffff | opacity & 0xff000000;
H A DCaptionSetupActivity.java92 private int mBackgroundColor; field in class:CaptionSetupActivity
244 mBackgroundColor = cs.backgroundColor & 0xffffff;
245 mBackgroundColorName = getColorName(mBackgroundColor);
361 colorsToActions(mBackgroundColor);
708 opacity | mBackgroundColor);
712 mBackgroundColor = Integer.parseInt(backgroundColor);
713 mBackgroundColorName = getColorName(mBackgroundColor);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DActivityState.java115 protected float[] mBackgroundColor; field in class:ActivityState
122 return mBackgroundColor;
126 mBackgroundColor = GalleryUtils.intColorToFloatARGBArray(
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java82 private float [] mBackgroundColor; field in class:GLView
250 return mBackgroundColor;
254 mBackgroundColor = color;
258 if (mBackgroundColor != null) {
259 view.clearBuffer(mBackgroundColor);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DModeOptions.java42 private int mBackgroundColor; field in class:ModeOptions
80 mBackgroundColor = getResources().getColor(R.color.mode_options_background);
82 mPaint.setColor(mBackgroundColor);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DTextDecoratorUi.java192 private final int mBackgroundColor; field in class:TextDecoratorUi.IndicatorView
201 mBackgroundColor = resources.getColor(backgroundColorResourceId);
211 mPaint.setColor(mBackgroundColor);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateView.java65 private int mBackgroundColor; field in class:StateView
81 mBackgroundColor = res.getColor(R.color.filtershow_stateview_background);
159 mPaint.setColor(mBackgroundColor);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java68 protected int mBackgroundColor; field in class:ImageShow
176 mBackgroundColor = res.getColor(R.color.background_screen);

Completed in 3079 milliseconds