Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt255 peopleHeaderView?.setForegroundColors(onSurface, onSurfaceVariant) in <lambda>()
256 silentHeaderView?.setForegroundColors(onSurface, onSurfaceVariant) in <lambda>()
257 alertingHeaderView?.setForegroundColors(onSurface, onSurfaceVariant) in <lambda>()
DSectionHeaderView.java135 void setForegroundColors(@ColorInt int onSurface, @ColorInt int onSurfaceVariant) { in setForegroundColors() method in SectionHeaderView
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/
DRegionSampler.kt56 fun setForegroundColors(lightColor: Int, darkColor: Int) { in setForegroundColors() method in com.android.systemui.shared.regionsampling.RegionSampler
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/regionsampling/
DRegionSamplerTest.kt181 regionSampler.setForegroundColors(Color.WHITE, Color.BLACK) in testForegroundColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt609 regionSampler.setForegroundColors(lightColor, darkColor) in <lambda>()