Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DBaseCardView.java128 protected void onSetFocusAnimatedValue(float animatedValue) { in onSetFocusAnimatedValue() argument
129 float scale = 1f + (mVerticalCardMargin / getCardHeight()) * animatedValue; in onSetFocusAnimatedValue()
132 setTranslationZ(mFocusTranslationZ * animatedValue); in onSetFocusAnimatedValue()
135 private void setFocusAnimatedValue(float animatedValue) { in setFocusAnimatedValue() argument
136 mFocusAnimatedValue = animatedValue; in setFocusAnimatedValue()
137 onSetFocusAnimatedValue(animatedValue); in setFocusAnimatedValue()
DChannelCardView.java169 protected void onSetFocusAnimatedValue(float animatedValue) {
170 super.onSetFocusAnimatedValue(animatedValue);
174 + (mExtendedTextViewCardHeight - mProgramNameViewHeight) * animatedValue);
176 setMetaViewFocusedAlpha(animatedValue);
DAppLinkCardView.java243 protected void onSetFocusAnimatedValue(float animatedValue) {
244 super.onSetFocusAnimatedValue(animatedValue);
248 + (mExtendedTextViewCardHeight - mTextViewHeight) * animatedValue);
250 setMetaViewFocusedAlpha(animatedValue);