Searched refs:mBackgroundColor (Results 1 – 2 of 2) sorted by relevance
66 private int mBackgroundColor; field in InlineContentClipView119 mBackgroundColor = color; in setBackgroundColor()129 canvas.drawColor(mBackgroundColor); in drawBackgroundColorIfReady()
68 private int mBackgroundColor = Color.BLACK; field in SampleWallpaper.MySampleEngine95 ColorDrawable drawable = new ColorDrawable(mBackgroundColor); in onComputeColors()139 canvas.drawColor(mBackgroundColor); in draw()208 mBackgroundColor = Color.argb(255, br, bg, bb);