Searched refs:mBottomAreaShadeAlphaAnimator (Results 1 – 1 of 1) sorted by relevance
469 private final ValueAnimator mBottomAreaShadeAlphaAnimator; field in NotificationPanelViewController796 mBottomAreaShadeAlphaAnimator = ValueAnimator.ofFloat(1f, 0); in NotificationPanelViewController()797 mBottomAreaShadeAlphaAnimator.addUpdateListener(animation -> { in NotificationPanelViewController()801 mBottomAreaShadeAlphaAnimator.setDuration(160); in NotificationPanelViewController()802 mBottomAreaShadeAlphaAnimator.setInterpolator(Interpolators.ALPHA_OUT); in NotificationPanelViewController()2171 mBottomAreaShadeAlphaAnimator.cancel(); in maybeAnimateBottomAreaAlpha()2173 mBottomAreaShadeAlphaAnimator.setFloatValues(mBottomAreaShadeAlpha, 0.0f); in maybeAnimateBottomAreaAlpha()2174 mBottomAreaShadeAlphaAnimator.start(); in maybeAnimateBottomAreaAlpha()3562 mBottomAreaShadeAlphaAnimator.cancel(); in setDozing()