Home
last modified time | relevance | path

Searched refs:mGrayBackgroundBitmap (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DSweepWatchFaceService.java91 private Bitmap mGrayBackgroundBitmap; field in SweepWatchFaceService.Engine
302 mGrayBackgroundBitmap = Bitmap.createBitmap( in initGrayBackgroundBitmap()
306 Canvas canvas = new Canvas(mGrayBackgroundBitmap); in initGrayBackgroundBitmap()
326 canvas.drawBitmap(mGrayBackgroundBitmap, 0, 0, mBackgroundPaint); in onDraw()
DAnalogWatchFaceService.java100 private Bitmap mGrayBackgroundBitmap; field in AnalogWatchFaceService.Engine
337 mGrayBackgroundBitmap = Bitmap.createBitmap( in initGrayBackgroundBitmap()
341 Canvas canvas = new Canvas(mGrayBackgroundBitmap); in initGrayBackgroundBitmap()
361 canvas.drawBitmap(mGrayBackgroundBitmap, 0, 0, mBackgroundPaint); in onDraw()
DComplicationSimpleWatchFaceService.java122 private Bitmap mGrayBackgroundBitmap; field in ComplicationSimpleWatchFaceService.Engine
528 mGrayBackgroundBitmap = Bitmap.createBitmap( in initGrayBackgroundBitmap()
532 Canvas canvas = new Canvas(mGrayBackgroundBitmap); in initGrayBackgroundBitmap()
560 canvas.drawBitmap(mGrayBackgroundBitmap, 0, 0, mBackgroundPaint); in drawBackground()