Home
last modified time | relevance | path

Searched refs:mBackgroundColor (Results 1 – 15 of 15) 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/Launcher3/src/com/android/launcher3/
DHotseat.java55 private int mBackgroundColor; field in Hotseat
72 mBackgroundColor = ColorUtils.setAlphaComponent( in Hotseat()
74 mBackground = new ColorDrawable(mBackgroundColor); in Hotseat()
190 mBackgroundColorAnimator = ValueAnimator.ofInt(mBackgroundColor, color); in updateColor()
206 mBackgroundColor = color; in updateColor()
219 return mBackgroundColor; in getBackgroundDrawableColor()
/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/src/com/android/exoplayer/text/
DSubtitleView.java72 private int mBackgroundColor; field in SubtitleView
133 mBackgroundColor = color; in setBackgroundColor()
177 mBackgroundColor = style.backgroundColor; in setStyle()
276 if (Color.alpha(mBackgroundColor) > 0) { in onDraw()
280 paint.setColor(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/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/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java46 private int mBackgroundColor; field in NotificationMainView
68 mBackgroundColor = colorBackground.getColor(); in onFinishInflate()
98 mBackgroundColor)); in applyNotificationInfo() local
DNotificationFooterLayout.java67 private int mBackgroundColor; field in NotificationFooterLayout
102 mBackgroundColor = ((ColorDrawable) getBackground()).getColor(); in onFinishInflate()
141 icon.setBackground(info.getIconForBackground(getContext(), mBackgroundColor)); in addNotificationIconForInfo() local
/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.java127 private int mBackgroundColor; field in TvViewUiManager
477 mBackgroundAnimator.setIntValues(mBackgroundColor, color); in setBackgroundColor()
487 mBackgroundColor = color; in setBackgroundColor()
720 mContentView.setBackgroundColor(mBackgroundColor); in initBackgroundAnimatorIfNeeded()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java205 private int mBackgroundColor; field in KeyboardView
388 mBackgroundColor = Color.TRANSPARENT; in KeyboardView()
766 paint.setColor(mBackgroundColor); in onBufferDraw()
1462 mPopupKeyboardView.mBackgroundColor = getResources().getColor(R.color.car_teal_700); in setPopupKeyboardView()
/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()