Searched refs:mAnimationTranslationY (Results 1 – 1 of 1) sorted by relevance
128 private float mAnimationTranslationY; field in ActivatableNotificationView724 mAnimationTranslationY = translationDirection * getActualHeight(); in startAppearAnimation()729 mAppearAnimationTranslation = mAnimationTranslationY; in startAppearAnimation()811 float translateYTotalAmount = translationFraction * mAnimationTranslationY; in updateAppearRect()832 if (mAnimationTranslationY > 0.0f) { in updateAppearRect()833 bottom = actualHeight - heightFraction * mAnimationTranslationY * 0.1f in updateAppearRect()837 top = heightFraction * (actualHeight + mAnimationTranslationY) * 0.1f - in updateAppearRect()