Searched refs:mBottomAreaShadeAlphaAnimator (Results 1 – 1 of 1) sorted by relevance
378 private final ValueAnimator mBottomAreaShadeAlphaAnimator; field in NotificationPanelView474 mBottomAreaShadeAlphaAnimator = ValueAnimator.ofFloat(1f, 0); in NotificationPanelView()475 mBottomAreaShadeAlphaAnimator.addUpdateListener(animation -> { in NotificationPanelView()479 mBottomAreaShadeAlphaAnimator.setDuration(160); in NotificationPanelView()480 mBottomAreaShadeAlphaAnimator.setInterpolator(Interpolators.ALPHA_OUT); in NotificationPanelView()1618 mBottomAreaShadeAlphaAnimator.cancel(); in maybeAnimateBottomAreaAlpha()1620 mBottomAreaShadeAlphaAnimator.start(); in maybeAnimateBottomAreaAlpha()3265 mBottomAreaShadeAlphaAnimator.cancel(); in setDozing()