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