Home
last modified time | relevance | path

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

/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
DControllerView.java49 private Bitmap mBlueLedBitmap; field in ControllerView
221 mBlueLedBitmap = BitmapFactory.decodeResource(getResources(), R.drawable.led_blue); in loadBitmaps()
246 mBlueLedBitmap = Bitmap.createScaledBitmap(mBlueLedBitmap, in loadBitmaps()
247 (int) (mBlueLedBitmap.getWidth() * mDisplayRatio), in loadBitmaps()
248 (int) (mBlueLedBitmap.getHeight() * mDisplayRatio), in loadBitmaps()
408 canvas.drawBitmap(mBlueLedBitmap, offset in onDraw()