Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java486 private final AnimatableProperty mPanelAlphaAnimator = AnimatableProperty.from("panelAlpha", field in NotificationPanelViewController
493 mPanelAlphaAnimator.getProperty(), Interpolators.ALPHA_OUT);
500 mPanelAlphaAnimator.getProperty(), Interpolators.ALPHA_IN);
3073 PropertyAnimator.setProperty(mView, mPanelAlphaAnimator, alpha, alpha == 255 in setAlpha()