Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java399 private ScaleAnimation mSelectorAnimation; field in LeanbackKeyboardContainer
583 mSelectorAnimation = new ScaleAnimation((FrameLayout) mSelector); in LeanbackKeyboardContainer()
1102 mSelectorAnimation.cancel(); in setSelectorToFocus()
1104 mSelectorAnimation.reset(); in setSelectorToFocus()
1105 mSelectorAnimation.setAnimationBounds(x, y, width, height); in setSelectorToFocus()
1106 mSelector.startAnimation(mSelectorAnimation); in setSelectorToFocus()
1108 mSelectorAnimation.setValues(x, y, width, height); in setSelectorToFocus()