Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/voice/
DBitmapSoundLevelView.java40 public class BitmapSoundLevelView extends View { class
81 public BitmapSoundLevelView(Context context) { in BitmapSoundLevelView() method in BitmapSoundLevelView
85 public BitmapSoundLevelView(Context context, AttributeSet attrs) { in BitmapSoundLevelView() method in BitmapSoundLevelView
89 public BitmapSoundLevelView(Context context, AttributeSet attrs, int defStyleAttr) { in BitmapSoundLevelView() method in BitmapSoundLevelView
92 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BitmapSoundLevelView, in BitmapSoundLevelView()
DRecognizerView.java41 private BitmapSoundLevelView mSoundLevels;
75 mSoundLevels = (BitmapSoundLevelView) findViewById(R.id.microphone); in onFinishInflate()