Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java316 private void start(final boolean enterVoice) { in start() argument
321 mValueAnimator.addListener(enterVoice ? mEnterListener : mExitListener); in start()
330 float kbAlpha = enterVoice ? antiProgress : progress; in start()
331 float voiceAlpha = enterVoice ? progress : antiProgress; in start()
339 if (enterVoice) { in start()
347 if (enterVoice) { in start()