Searched refs:mContrast (Results 1 – 2 of 2) sorted by relevance
407 private float mContrast = ContrastUtils.CONTRAST_DEFAULT_VALUE; field in UiModeManager.Globals420 mContrast = mService.getContrast(); in Globals()428 return mContrast; in getContrast()448 if (Math.abs(mContrast - contrast) < 1e-10) return; in notifyContrastChanged()449 mContrast = contrast; in notifyContrastChanged()
146 private double mContrast = 0.0; field in ThemeOverlayController472 mContrast = mUiModeManager.getContrast(); in start()474 mContrast = contrast; in start()598 mDarkColorScheme = new ColorScheme(color, true /* isDark */, mThemeStyle, mContrast); in createOverlays()599 mLightColorScheme = new ColorScheme(color, false /* isDark */, mThemeStyle, mContrast); in createOverlays()