Searched refs:mBackgroundColor (Results 1 – 10 of 10) sorted by relevance
28 private String mBackgroundColor; field in RegionModel48 mBackgroundColor = bgColor; in RegionModel()137 return mBackgroundColor; in getBackgroundColor()144 mBackgroundColor = bgColor; in setBackgroundColor()
48 private int mBackgroundColor; field in SnapshotTab65 if (mBackgroundColor != 0) { in putInForeground()66 web.setBackgroundColor(mBackgroundColor); in putInForeground()220 mTab.mBackgroundColor = result.getInt(SNAPSHOT_BACKGROUND); in onPostExecute()
88 protected int mBackgroundColor; field in PolarClockWallpaper.FixedClockPalette101 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.CyclingClockPalette185 sFallbackPalette.mBackgroundColor = Color.WHITE; in getFallback()209 pal.mBackgroundColor = Color.parseColor(val); in parseXmlPaletteTag()223 return mBackgroundColor; in getBackgroundColor()
45 protected static int mBackgroundColor = Color.BLUE; field in ImageSmallFilter59 mBackgroundColor = value; in setDefaultBackgroundColor()177 canvas.drawColor(mBackgroundColor); in onDraw()
49 canvas.drawColor(mBackgroundColor); in onDraw()
71 private static int mBackgroundColor = Color.RED; field in ImageShow125 mBackgroundColor = value; in setDefaultBackgroundColor()129 return mBackgroundColor; in getDefaultBackgroundColor()553 canvas.drawColor(mBackgroundColor); in drawBackground()
81 private float [] mBackgroundColor; field in GLView249 return mBackgroundColor; in getBackgroundColor()253 mBackgroundColor = color; in setBackgroundColor()257 if (mBackgroundColor != null) { in renderBackground()258 view.clearBuffer(mBackgroundColor); in renderBackground()
121 protected float[] mBackgroundColor; field in ActivityState128 return mBackgroundColor; in getBackgroundColor()132 mBackgroundColor = GalleryUtils.intColorToFloatARGBArray( in onCreate()
82 private final int mBackgroundColor; field in StopwatchFragment.LapsListAdapter99 mBackgroundColor = getResources().getColor(R.color.blackish); in LapsListAdapter()130 lapInfo.setBackgroundColor(mBackgroundColor); in getView()
439 private final int mBackgroundColor; field in AlarmClock.AlarmItemAdapter518 mBackgroundColor = res.getColor(R.color.alarm_whiteish); in AlarmItemAdapter()632 itemHolder.alarmItem.setBackgroundColor(mBackgroundColor); in bindView()