Searched refs:mLevelSource (Results 1 – 3 of 3) sorted by relevance
68 private AudioLevelSource mLevelSource; field in SoundLevels82 mLevelSource = new AudioLevelSource(); in SoundLevels()83 mLevelSource.setSpeechLevel(0); in SoundLevels()130 final int level = mLevelSource.getSpeechLevel(); in onDraw()148 mLevelSource = source; in setLevelSource()
65 private final AudioLevelSource mLevelSource; field in LevelTrackingMediaRecorder72 mLevelSource = new AudioLevelSource(); in LevelTrackingMediaRecorder()76 return mLevelSource; in getLevelSource()201 mLevelSource.setSpeechLevel(getAmplitude()); in startTrackingSoundLevel()
77 private SpeechLevelSource mLevelSource; field in BitmapSoundLevelView147 mLevelSource = new SpeechLevelSource(); in BitmapSoundLevelView()148 mLevelSource.setSpeechLevel(0); in BitmapSoundLevelView()214 mLevelSource = source; in setLevelSource()222 int level = mLevelSource.getSpeechLevel(); in onDraw()