Searched refs:mAppearAnimationTranslation (Results 1 – 1 of 1) sorted by relevance
101 private float mAppearAnimationTranslation; field in ActivatableNotificationView398 mAppearAnimationTranslation = mAnimationTranslationY; in startAppearAnimation()401 mAppearAnimationTranslation = 0; in startAppearAnimation()540 mAppearAnimationTranslation = (1.0f - interpolatedFraction) * mAnimationTranslationY; in updateAppearRect()561 setOutlineRect(0, mAppearAnimationTranslation, getWidth(), in updateAppearRect()562 height + mAppearAnimationTranslation); in updateAppearRect()738 canvas.translate(0, mAppearAnimationTranslation); in dispatchDraw()