Searched refs:mTrailLevel (Results 1 – 1 of 1) sorted by relevance
62 private final Bitmap mTrailLevel; field in BitmapSoundLevelView135 mTrailLevel = BitmapFactory.decodeResource(getResources(), trailLevelId); in BitmapSoundLevelView()137 mTrailLevel = null; in BitmapSoundLevelView()247 if (mTrailLevel != null) { in onDraw()255 canvas.drawBitmap(mTrailLevel, null, mDestRect, mEmptyPaint); in onDraw()273 if(mTrailLevel != null && mPrimaryLevel != null) { in onDraw()