Searched refs:mBottomAreaShadeAlphaAnimator (Results 1 – 2 of 2) sorted by relevance
485 final ValueAnimator mBottomAreaShadeAlphaAnimator; field in NotificationPanelViewController928 mBottomAreaShadeAlphaAnimator = ValueAnimator.ofFloat(1f, 0); in NotificationPanelViewController()929 mBottomAreaShadeAlphaAnimator.addUpdateListener(animation -> { in NotificationPanelViewController()933 mBottomAreaShadeAlphaAnimator.setDuration(160); in NotificationPanelViewController()934 mBottomAreaShadeAlphaAnimator.setInterpolator(Interpolators.ALPHA_OUT); in NotificationPanelViewController()2428 mBottomAreaShadeAlphaAnimator.cancel(); in maybeAnimateBottomAreaAlpha()2430 mBottomAreaShadeAlphaAnimator.setFloatValues(mBottomAreaShadeAlpha, 0.0f); in maybeAnimateBottomAreaAlpha()2431 mBottomAreaShadeAlphaAnimator.start(); in maybeAnimateBottomAreaAlpha()3261 mBottomAreaShadeAlphaAnimator.cancel();
849 mNotificationPanelViewController.mBottomAreaShadeAlphaAnimator.cancel(); in tearDown()