Searched refs:animatedValue (Results 1 – 3 of 3) sorted by relevance
128 protected void onSetFocusAnimatedValue(float animatedValue) { in onSetFocusAnimatedValue() argument129 float scale = 1f + (mVerticalCardMargin / getCardHeight()) * animatedValue; in onSetFocusAnimatedValue()132 setTranslationZ(mFocusTranslationZ * animatedValue); in onSetFocusAnimatedValue()135 private void setFocusAnimatedValue(float animatedValue) { in setFocusAnimatedValue() argument136 mFocusAnimatedValue = animatedValue; in setFocusAnimatedValue()137 onSetFocusAnimatedValue(animatedValue); in setFocusAnimatedValue()
169 protected void onSetFocusAnimatedValue(float animatedValue) {170 super.onSetFocusAnimatedValue(animatedValue);174 + (mExtendedTextViewCardHeight - mProgramNameViewHeight) * animatedValue);176 setMetaViewFocusedAlpha(animatedValue);
243 protected void onSetFocusAnimatedValue(float animatedValue) {244 super.onSetFocusAnimatedValue(animatedValue);248 + (mExtendedTextViewCardHeight - mTextViewHeight) * animatedValue);250 setMetaViewFocusedAlpha(animatedValue);