Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java949 NotificationViewWrapper currentVisibleWrapper = getVisibleWrapper(visibleType); in getBackgroundColor() local
951 if (currentVisibleWrapper != null) { in getBackgroundColor()
952 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()