Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/display/
DContrastSelectorPreferenceController.java93 highlightContrast(toContrastLevel(mUiModeManager.getContrast())); in displayPreference()
114 highlightContrast(toContrastLevel(contrast)); in onContrastChanged()
117 private void highlightContrast(int contrast) { in highlightContrast() method in ContrastSelectorPreferenceController