Searched refs:setForegroundColors (Results 1 – 5 of 5) sorted by relevance
255 peopleHeaderView?.setForegroundColors(onSurface, onSurfaceVariant) in <lambda>()256 silentHeaderView?.setForegroundColors(onSurface, onSurfaceVariant) in <lambda>()257 alertingHeaderView?.setForegroundColors(onSurface, onSurfaceVariant) in <lambda>()
135 void setForegroundColors(@ColorInt int onSurface, @ColorInt int onSurfaceVariant) { in setForegroundColors() method in SectionHeaderView
56 fun setForegroundColors(lightColor: Int, darkColor: Int) { in setForegroundColors() method in com.android.systemui.shared.regionsampling.RegionSampler
181 regionSampler.setForegroundColors(Color.WHITE, Color.BLACK) in testForegroundColor()
609 regionSampler.setForegroundColors(lightColor, darkColor) in <lambda>()