Home
last modified time | relevance | path

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

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