Searched refs:currentForegroundColor (Results 1 – 3 of 3) sorted by relevance
192 assertThat(regionSampler.currentForegroundColor()).isEqualTo(Color.WHITE) in testForegroundColor()196 assertThat(regionSampler.currentForegroundColor()).isEqualTo(Color.BLACK) in testForegroundColor()
96 fun currentForegroundColor(): Int { in currentForegroundColor() method in com.android.systemui.shared.regionsampling.RegionSampler
614 val textColor = region.currentForegroundColor() in <lambda>()