Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java886 NotificationViewWrapper currentVisibleWrapper = getVisibleWrapper(visibleType); in getBackgroundColor() local
888 if (currentVisibleWrapper != null) { in getBackgroundColor()
889 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()