Searched refs:mContrast (Results 1 – 2 of 2) sorted by relevance
349 private float mContrast = ContrastUtils.CONTRAST_DEFAULT_VALUE; field in UiModeManager.Globals362 mContrast = mService.getContrast(); in Globals()370 return mContrast; in getContrast()390 if (Math.abs(mContrast - contrast) < 1e-10) return; in notifyContrastChanged()391 mContrast = contrast; in notifyContrastChanged()
149 private float mContrast = 0; field in ThemeOverlayController456 mContrast = mUiModeManager.getContrast(); in start()458 mContrast = contrast; in start()597 mThemeStyle, color, true /* isDark */, mContrast); in createOverlays()599 mThemeStyle, color, false /* isDark */, mContrast); in createOverlays()