Searched refs:mBottomAreaShadeAlphaAnimator (Results 1 – 1 of 1) sorted by relevance
308 private final ValueAnimator mBottomAreaShadeAlphaAnimator; field in NotificationPanelView373 mBottomAreaShadeAlphaAnimator = ValueAnimator.ofFloat(1f, 0); in NotificationPanelView()374 mBottomAreaShadeAlphaAnimator.addUpdateListener(animation -> { in NotificationPanelView()378 mBottomAreaShadeAlphaAnimator.setDuration(160); in NotificationPanelView()379 mBottomAreaShadeAlphaAnimator.setInterpolator(Interpolators.ALPHA_OUT); in NotificationPanelView()1388 mBottomAreaShadeAlphaAnimator.cancel(); in maybeAnimateBottomAreaAlpha()1390 mBottomAreaShadeAlphaAnimator.start(); in maybeAnimateBottomAreaAlpha()2917 mBottomAreaShadeAlphaAnimator.cancel(); in setDozing()