Searched refs:mBackgroundColor (Results 1 – 1 of 1) sorted by relevance
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);