Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DInlineContentClipView.java66 private int mBackgroundColor; field in InlineContentClipView
119 mBackgroundColor = color; in setBackgroundColor()
129 canvas.drawColor(mBackgroundColor); in drawBackgroundColorIfReady()
/development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/
DSampleWallpaper.java68 private int mBackgroundColor = Color.BLACK; field in SampleWallpaper.MySampleEngine
95 ColorDrawable drawable = new ColorDrawable(mBackgroundColor); in onComputeColors()
139 canvas.drawColor(mBackgroundColor); in draw()
208 mBackgroundColor = Color.argb(255, br, bg, bb);