Searched refs:mSpeechLevelSource (Results 1 – 1 of 1) sorted by relevance
452 private SpeechLevelSource mSpeechLevelSource; field in LeanbackKeyboardContainer599 mSpeechLevelSource = new SpeechLevelSource(); in LeanbackKeyboardContainer()600 mVoiceButtonView.setSpeechLevelSource(mSpeechLevelSource); in LeanbackKeyboardContainer()1505 mSpeechLevelSource.setSpeechLevel((rmsdB < 0) ? 0 : (int) (10 * rmsdB)); in startRecognition()