Searched refs:rmsdB (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
H A DSoundIndicator.java132 * @param rmsdB The level of the sound, in dB.
134 public void setRmsdB(float rmsdB) { argument
135 float level = ((rmsdB - AUDIO_METER_MIN_DB) / AUDIO_METER_DB_RANGE);
H A DRecognitionView.java155 public void updateVoiceMeter(float rmsdB) { argument
156 mSoundIndicator.setRmsdB(rmsdB);
H A DVoiceInput.java603 public void onRmsChanged(float rmsdB) { argument
604 mRecognitionView.updateVoiceMeter(rmsdB);

Completed in 167 milliseconds