Searched refs:mBlueLedBitmap (Results 1 – 1 of 1) sorted by relevance
49 private Bitmap mBlueLedBitmap; field in ControllerView221 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()