Home
last modified time | relevance | path

Searched refs:mBottomAreaShadeAlphaAnimator (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java378 private final ValueAnimator mBottomAreaShadeAlphaAnimator; field in NotificationPanelView
474 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()