Searched refs:mPrimaryLevel (Results 1 – 1 of 1) sorted by relevance
59 private final Bitmap mPrimaryLevel; field in BitmapSoundLevelView129 mPrimaryLevel = BitmapFactory.decodeResource(getResources(), primaryLevelId); in BitmapSoundLevelView()131 mPrimaryLevel = null; in BitmapSoundLevelView()258 if (mPrimaryLevel != null) { in onDraw()267 canvas.drawBitmap(mPrimaryLevel, null, mDestRect, mEmptyPaint); in onDraw()273 if(mTrailLevel != null && mPrimaryLevel != null) { in onDraw()