Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java469 private final ValueAnimator mBottomAreaShadeAlphaAnimator; field in NotificationPanelViewController
796 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()