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/
DNotificationPanelViewController.java487 private final ValueAnimator mBottomAreaShadeAlphaAnimator; field in NotificationPanelViewController
813 mBottomAreaShadeAlphaAnimator = ValueAnimator.ofFloat(1f, 0); in NotificationPanelViewController()
814 mBottomAreaShadeAlphaAnimator.addUpdateListener(animation -> { in NotificationPanelViewController()
818 mBottomAreaShadeAlphaAnimator.setDuration(160); in NotificationPanelViewController()
819 mBottomAreaShadeAlphaAnimator.setInterpolator(Interpolators.ALPHA_OUT); in NotificationPanelViewController()
2100 mBottomAreaShadeAlphaAnimator.cancel(); in maybeAnimateBottomAreaAlpha()
2102 mBottomAreaShadeAlphaAnimator.setFloatValues(mBottomAreaShadeAlpha, 0.0f); in maybeAnimateBottomAreaAlpha()
2103 mBottomAreaShadeAlphaAnimator.start(); in maybeAnimateBottomAreaAlpha()
3623 mBottomAreaShadeAlphaAnimator.cancel(); in setDozing()