Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt254 fun setHeaderForegroundColors(@ColorInt onSurface: Int, @ColorInt onSurfaceVariant: Int) { in <lambda>() method in com.android.systemui.statusbar.notification.stack.NotificationSectionsManager
DNotificationStackScrollLayout.java4446 mSectionsManager.setHeaderForegroundColors(onSurface, onSurfaceVariant); in updateDecorViews()