Searched refs:BitmapSoundLevelView (Results 1 – 2 of 2) sorted by relevance
40 public class BitmapSoundLevelView extends View { class81 public BitmapSoundLevelView(Context context) { in BitmapSoundLevelView() method in BitmapSoundLevelView85 public BitmapSoundLevelView(Context context, AttributeSet attrs) { in BitmapSoundLevelView() method in BitmapSoundLevelView89 public BitmapSoundLevelView(Context context, AttributeSet attrs, int defStyleAttr) { in BitmapSoundLevelView() method in BitmapSoundLevelView92 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BitmapSoundLevelView, in BitmapSoundLevelView()
41 private BitmapSoundLevelView mSoundLevels;75 mSoundLevels = (BitmapSoundLevelView) findViewById(R.id.microphone); in onFinishInflate()