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.java308 private final ValueAnimator mBottomAreaShadeAlphaAnimator; field in NotificationPanelView
373 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()