Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/regionsampling/
DRegionSamplerTest.kt192 assertThat(regionSampler.currentForegroundColor()).isEqualTo(Color.WHITE) in testForegroundColor()
196 assertThat(regionSampler.currentForegroundColor()).isEqualTo(Color.BLACK) in testForegroundColor()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/
DRegionSampler.kt96 fun currentForegroundColor(): Int { in currentForegroundColor() method in com.android.systemui.shared.regionsampling.RegionSampler
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt614 val textColor = region.currentForegroundColor() in <lambda>()