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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java55 private int mBackgroundColor; field in class:Hotseat
72 mBackgroundColor = ColorUtils.setAlphaComponent(
74 mBackground = new ColorDrawable(mBackgroundColor);
190 mBackgroundColorAnimator = ValueAnimator.ofInt(mBackgroundColor, color);
206 mBackgroundColor = color;
219 return mBackgroundColor;
/packages/apps/Camera2/src/com/android/camera/ui/
H A DBottomBar.java72 private int mBackgroundColor; field in class:BottomBar
130 setPaintColor(mBackgroundAlpha, mBackgroundColor);
150 setPaintColor(mBackgroundAlpha, mBackgroundColor);
160 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
332 super.setBackgroundColor(mBackgroundColor);
374 mBackgroundColor = color;
375 setPaintColor(mBackgroundAlpha, mBackgroundColor);
376 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
436 setPaintColor(mBackgroundAlpha, mBackgroundColor);
437 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor);
[all...]
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/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/TV/usbtuner/src/com/google/android/exoplayer/text/
H A DSubtitleView.java70 private int mBackgroundColor; field in class:SubtitleView
129 mBackgroundColor = color;
172 mBackgroundColor = style.backgroundColor;
263 if (Color.alpha(mBackgroundColor) > 0) {
267 paint.setColor(mBackgroundColor);
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java91 private ColorPreference mBackgroundColor; field in class:CaptionPropertiesFragment
300 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR);
301 mBackgroundColor.setTitles(bgColorTitles);
302 mBackgroundColor.setValues(bgColorValues);
325 mBackgroundColor.setOnValueChangedListener(this);
354 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor);
432 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) {
433 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity);
/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.java44 private int mBackgroundColor; field in class:ModeOptions
121 mBackgroundColor = getResources().getColor(R.color.mode_options_background);
123 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/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java103 private int mBackgroundColor; field in class:TvViewUiManager
458 mBackgroundAnimator.setIntValues(mBackgroundColor, color);
468 mBackgroundColor = color;
709 mContentView.setBackgroundColor(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 6270 milliseconds