/packages/apps/Camera2/src/com/android/camera/ui/ |
D | BottomBar.java | 72 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()
|
D | ModeTransitionView.java | 73 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/wallpapers/Basic/src/com/android/wallpaper/polarclock/ |
D | PolarClockWallpaper.java | 88 protected int mBackgroundColor; field in PolarClockWallpaper.FixedClockPalette 101 sFallbackPalette.mBackgroundColor = Color.WHITE; in getFallback() 119 pal.mBackgroundColor = Color.parseColor(val); in parseXmlPaletteTag() 135 return mBackgroundColor; in getBackgroundColor() 172 protected int mBackgroundColor; field in PolarClockWallpaper.CyclingClockPalette 185 sFallbackPalette.mBackgroundColor = Color.WHITE; in getFallback() 209 pal.mBackgroundColor = Color.parseColor(val); in parseXmlPaletteTag() 223 return mBackgroundColor; in getBackgroundColor()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | CaptionPropertiesFragment.java | 90 private ColorPreference mBackgroundColor; field in CaptionPropertiesFragment 299 mBackgroundColor = (ColorPreference) mCustom.findPreference(PREF_BACKGROUND_COLOR); in initializeAllPreferences() 300 mBackgroundColor.setTitles(bgColorTitles); in initializeAllPreferences() 301 mBackgroundColor.setValues(bgColorValues); in initializeAllPreferences() 324 mBackgroundColor.setOnValueChangedListener(this); in installUpdateListeners() 353 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor); in updateAllPreferences() 431 } else if (mBackgroundColor == preference || mBackgroundOpacity == preference) { in onValueChanged() 432 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity); in onValueChanged()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLView.java | 82 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/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | CaptionSetupActivity.java | 86 private int mBackgroundColor; field in CaptionSetupActivity 237 mBackgroundColor = cs.backgroundColor & 0xffffff; in getCustomCaptionStyle() 238 mBackgroundColorName = getColorName(mBackgroundColor); in getCustomCaptionStyle() 354 colorsToActions(mBackgroundColor); in refreshActionList() 701 opacity | mBackgroundColor); in updateCaptioningBackgroundColor() 705 mBackgroundColor = Integer.parseInt(backgroundColor); in setBackgroundColor() 706 mBackgroundColorName = getColorName(mBackgroundColor); in setBackgroundColor()
|
D | CaptionPreviewFragment.java | 61 private int mBackgroundColor; field in CaptionPreviewFragment 134 mBackgroundColor = cs.backgroundColor; in loadCaptionSettings() 223 int color = mBackgroundColor & 0xff000000 | bgColor & 0xffffff; in livePreviewBackgroundColor() 230 int color = mBackgroundColor & 0xffffff | opacity & 0xff000000; in livePreviewBackgroundOpacity()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
D | IconView.java | 43 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/app/ |
D | ActivityState.java | 115 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/ |
D | ModeOptions.java | 44 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/ |
D | StateView.java | 65 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/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageShow.java | 68 protected int mBackgroundColor; field in ImageShow 176 mBackgroundColor = res.getColor(R.color.background_screen); in setupImageShow()
|