Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/voice/
DBitmapSoundLevelView.java62 private final Bitmap mTrailLevel; field in BitmapSoundLevelView
135 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()