Home
last modified time | relevance | path

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

/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
DPolarClockWallpaper.java88 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/Mms/src/com/android/mms/model/
DRegionModel.java28 private String mBackgroundColor; field in RegionModel
48 mBackgroundColor = bgColor; in RegionModel()
137 return mBackgroundColor; in getBackgroundColor()
144 mBackgroundColor = bgColor; in setBackgroundColor()
/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/
DCategoryView.java43 private int mBackgroundColor; field in CategoryView
62 mBackgroundColor = res.getColor(R.color.filtershow_categoryview_background); in CategoryView()
89 canvas.drawColor(mBackgroundColor); in onDraw()
105 mPaint.setColor(mBackgroundColor); in onDraw()
/packages/apps/Browser/src/com/android/browser/
DSnapshotTab.java48 private int mBackgroundColor; field in SnapshotTab
65 if (mBackgroundColor != 0) { in putInForeground()
66 web.setBackgroundColor(mBackgroundColor); in putInForeground()
220 mTab.mBackgroundColor = result.getInt(SNAPSHOT_BACKGROUND); in onPostExecute()
/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/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateView.java61 private int mBackgroundColor; field in StateView
77 mBackgroundColor = res.getColor(R.color.filtershow_stateview_background); in StateView()
173 mPaint.setColor(mBackgroundColor); in onDraw()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java62 private static int mBackgroundColor = Color.RED; field in ImageShow
105 mBackgroundColor = value; in setDefaultBackgroundColor()
113 return mBackgroundColor; in getDefaultBackgroundColor()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java82 private final int mBackgroundColor; field in StopwatchFragment.LapsListAdapter
99 mBackgroundColor = getResources().getColor(R.color.blackish); in LapsListAdapter()
130 lapInfo.setBackgroundColor(mBackgroundColor); in getView()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmClock.java442 private final int mBackgroundColor; field in AlarmClock.AlarmItemAdapter
521 mBackgroundColor = res.getColor(R.color.alarm_whiteish); in AlarmItemAdapter()
635 itemHolder.alarmItem.setBackgroundColor(mBackgroundColor); in bindView()