Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/voice/
DBitmapSoundLevelView.java50 private final int mEnableBackgroundColor; field in BitmapSoundLevelView
94 mEnableBackgroundColor = a.getColor(R.styleable.BitmapSoundLevelView_enabledBackgroundColor, in BitmapSoundLevelView()
220 canvas.drawColor(mEnableBackgroundColor); in onDraw()