Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java265 HIDE_ALPHA_PROPERTY = new Property<>(Float.class, "HideNotificationsAlpha") { field in NotificationStackScrollLayoutController
1354 HIDE_ALPHA_PROPERTY.set(this, targetAlpha); in updateNotificationsContainerVisibility()
1360 .ofFloat(this, HIDE_ALPHA_PROPERTY, targetAlpha); in createAlphaAnimator()