Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java133 private SecureSetting mColorInversionSetting; field in ScreenDecorations
295 if (mColorInversionSetting == null) { in setupDecorations()
296 mColorInversionSetting = new SecureSetting(mContext, mHandler, in setupDecorations()
304 mColorInversionSetting.setListening(true); in setupDecorations()
305 mColorInversionSetting.onChange(false); in setupDecorations()
316 if (mColorInversionSetting != null) { in setupDecorations()
317 mColorInversionSetting.setListening(false); in setupDecorations()
518 mColorInversionSetting.setUserId(newUserId);
519 updateColorInversion(mColorInversionSetting.getValue());