Searched refs:mSelectorAnimation (Results 1 – 1 of 1) sorted by relevance
399 private ScaleAnimation mSelectorAnimation; field in LeanbackKeyboardContainer583 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()