Searched refs:mBackgroundColor (Results 1 – 3 of 3) sorted by relevance
38 private Integer mBackgroundColor = null; field in OverlayWindowBuilder67 mBackgroundColor = color; in setBackgroundColor()89 if (mBackgroundColor != null) { in show()90 contentFrame.setBackgroundColor(mBackgroundColor); in show()
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);