Home
last modified time | relevance | path

Searched refs:mBackgroundColor (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DBottomBar.java72 private int mBackgroundColor; field in BottomBar
130 setPaintColor(mBackgroundAlpha, mBackgroundColor); in refreshPaintColor()
150 setPaintColor(mBackgroundAlpha, mBackgroundColor); in setCaptureButtonUp()
160 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor); in setCancelButtonUp()
332 super.setBackgroundColor(mBackgroundColor); in setOverlayBottomBar()
374 mBackgroundColor = color; in setBackgroundColor()
375 setPaintColor(mBackgroundAlpha, mBackgroundColor); in setBackgroundColor()
376 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor); in setBackgroundColor()
436 setPaintColor(mBackgroundAlpha, mBackgroundColor); in setBackgroundAlpha()
437 setCancelBackgroundColor(mBackgroundAlpha, mBackgroundColor); in setBackgroundAlpha()
DModeTransitionView.java73 private int mBackgroundColor; field in ModeTransitionView
93 mBackgroundColor = getResources().getColor(R.color.video_mode_color); in ModeTransitionView()
173 canvas.drawColor(mBackgroundColor); in onDraw()
181 canvas.drawColor(mBackgroundColor); in onDraw()
435 mBackgroundColor = shadeColor; in resetShade()
494 mBackgroundColor = getResources().getColor(colorId); in setupModeCover()
558 mBackgroundColor = (mBackgroundColor & 0xFFFFFF) | (alphaScaled << 24); in setAlpha()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java91 private ColorPreference mBackgroundColor; field in CaptionPropertiesFragment
300 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR); in initializeAllPreferences()
301 mBackgroundColor.setTitles(bgColorTitles); in initializeAllPreferences()
302 mBackgroundColor.setValues(bgColorValues); in initializeAllPreferences()
325 mBackgroundColor.setOnValueChangedListener(this); in installUpdateListeners()
354 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences()
432 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) { in onValueChanged()
433 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity); in onValueChanged()
/packages/apps/TV/usbtuner/src/com/google/android/exoplayer/text/
DSubtitleView.java70 private int mBackgroundColor; field in SubtitleView
129 mBackgroundColor = color; in setBackgroundColor()
172 mBackgroundColor = style.backgroundColor; in setStyle()
263 if (Color.alpha(mBackgroundColor) > 0) { in onDraw()
267 paint.setColor(mBackgroundColor); in onDraw()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java43 private int mBackgroundColor; field in IconView
72 mBackgroundColor = res.getColor(R.color.filtershow_categoryview_background); in setup()
147 return mBackgroundColor; in getBackgroundColor()
197 canvas.drawColor(mBackgroundColor); in onDraw()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java82 private float [] mBackgroundColor; field in GLView
250 return mBackgroundColor; in getBackgroundColor()
254 mBackgroundColor = color; in setBackgroundColor()
258 if (mBackgroundColor != null) { in renderBackground()
259 view.clearBuffer(mBackgroundColor); in renderBackground()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DActivityState.java115 protected float[] mBackgroundColor; field in ActivityState
122 return mBackgroundColor; in getBackgroundColor()
126 mBackgroundColor = GalleryUtils.intColorToFloatARGBArray( in onCreate()
/packages/apps/Camera2/src/com/android/camera/widget/
DModeOptions.java44 private int mBackgroundColor; field in ModeOptions
121 mBackgroundColor = getResources().getColor(R.color.mode_options_background); in onFinishInflate()
123 mPaint.setColor(mBackgroundColor); in onFinishInflate()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java65 private int mBackgroundColor; field in StateView
81 mBackgroundColor = res.getColor(R.color.filtershow_stateview_background); in StateView()
159 mPaint.setColor(mBackgroundColor); in onDraw()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java103 private int mBackgroundColor; field in TvViewUiManager
458 mBackgroundAnimator.setIntValues(mBackgroundColor, color); in setBackgroundColor()
468 mBackgroundColor = color; in setBackgroundColor()
709 mContentView.setBackgroundColor(mBackgroundColor); in initBackgroundAnimatorIfNeeded()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java68 protected int mBackgroundColor; field in ImageShow
176 mBackgroundColor = res.getColor(R.color.background_screen); in setupImageShow()