Searched refs:getContrast (Results 1 – 6 of 6) sorted by relevance
28 fun getContrast(): Float? method
44 override fun getContrast(): Float? { in getContrast() method in com.android.wallpaper.system.UiModeManagerImpl
39 override fun getContrast(): Float? { in <lambda>() method in com.android.wallpaper.testing.FakeUiModeManager
48 uiModeManager.getContrast()?.let { currentContrast -> in <lambda>()
57 float contrastLevel = mContext.getSystemService(UiModeManager.class).getContrast(); in getSummary()
93 highlightContrast(toContrastLevel(mUiModeManager.getContrast())); in displayPreference()