Searched refs:heightFraction (Results 1 – 1 of 1) sorted by relevance
632 float heightFraction = (inverseFraction - (1.0f - VERTICAL_ANIMATION_START)) / in updateAppearRect() local634 heightFraction = Math.max(0.0f, heightFraction); in updateAppearRect()635 heightFraction = mCurrentAppearInterpolator.getInterpolation(heightFraction); in updateAppearRect()641 bottom = actualHeight - heightFraction * mAnimationTranslationY * 0.1f in updateAppearRect()643 top = bottom * heightFraction; in updateAppearRect()645 top = heightFraction * (actualHeight + mAnimationTranslationY) * 0.1f - in updateAppearRect()647 bottom = actualHeight * (1 - heightFraction) + top * heightFraction; in updateAppearRect()