Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java379 private ValueAnimator mSelectorAnimator; field in LeanbackKeyboardContainer
588 mSelectorAnimator = ValueAnimator.ofFloat(1.0f, scale); in LeanbackKeyboardContainer()
589 mSelectorAnimator.setDuration(mClickAnimDur); in LeanbackKeyboardContainer()
590 mSelectorAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in LeanbackKeyboardContainer()
1142 mSelectorAnimator.reverse(); in setTouchState()
1148 mSelectorAnimator.reverse(); in setTouchState()
1151 mSelectorAnimator.reverse(); in setTouchState()
1157 mSelectorAnimator.start(); in setTouchState()
1163 mSelectorAnimator.start(); in setTouchState()
1430 mSelectorAnimator.reverse(); in resetFocusCursor()
[all …]