Searched refs:mAnimationTranslationY (Results 1 – 1 of 1) sorted by relevance
119 private float mAnimationTranslationY; field in ActivatableNotificationView682 mAnimationTranslationY = translationDirection * getActualHeight(); in startAppearAnimation()687 mAppearAnimationTranslation = mAnimationTranslationY; in startAppearAnimation()770 float translateYTotalAmount = translationFraction * mAnimationTranslationY; in updateAppearRect()803 if (mAnimationTranslationY > 0.0f) { in updateAppearRect()804 bottom = actualHeight - heightFraction * mAnimationTranslationY * 0.1f in updateAppearRect()808 top = heightFraction * (actualHeight + mAnimationTranslationY) * 0.1f - in updateAppearRect()