Searched refs:animatedValue (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
H A DBaseCardView.java211 protected void onSetFocusAnimatedValue(float animatedValue) { argument
214 float scale = 1f + (mVerticalCardMargin / cardViewHeight) * animatedValue;
217 setTranslationZ(mFocusTranslationZ * animatedValue);
225 * animatedValue)
232 setTextViewFocusedAlpha(animatedValue);
237 private void setFocusAnimatedValue(float animatedValue) { argument
238 mFocusAnimatedValue = animatedValue;
239 onSetFocusAnimatedValue(animatedValue);

Completed in 116 milliseconds