Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DBaseCardView.java49 private float mFocusAnimatedValue; field in BaseCardView
222 mFocusAnimatedValue = animatedValue; in setFocusAnimatedValue()
229 mFocusAnimator = ValueAnimator.ofFloat(mFocusAnimatedValue, targetAnimatedValue); in startFocusAnimation()