Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java158 private SecureSetting mColorInversionSetting; field in ScreenDecorations
348 if (mColorInversionSetting == null) { in setupDecorations()
349 mColorInversionSetting = new SecureSetting(mSecureSettings, mHandler, in setupDecorations()
358 mColorInversionSetting.setListening(true); in setupDecorations()
359 mColorInversionSetting.onChange(false); in setupDecorations()
369 if (mColorInversionSetting != null) { in setupDecorations()
370 mColorInversionSetting.setListening(false); in setupDecorations()
620 mColorInversionSetting.setUserId(newUserId);
621 updateColorInversion(mColorInversionSetting.getValue());