Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java299 mValueAnimator = ValueAnimator.ofFloat(mAlphaOut, mAlphaIn); in VoiceIntroAnimator()
328 float antiProgress = mAlphaIn + mAlphaOut - progress; in start()
345 } else if (progress == mAlphaIn) { in start()
422 private final float mAlphaIn; field in LeanbackKeyboardContainer
562 mAlphaIn = res.getFraction(R.fraction.alpha_in, 1, 1); in LeanbackKeyboardContainer()
637 mMainKeyboardView.setAlpha(mAlphaIn); in resetVoice()
638 mActionButtonView.setAlpha(mAlphaIn); in resetVoice()