Searched refs:mAutoNightModeManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV14.java50 private AutoNightModeManager mAutoNightModeManager; field in class:AppCompatDelegateImplV14
98 mAutoNightModeManager.setup();
119 if (mAutoNightModeManager != null) {
120 mAutoNightModeManager.cleanup();
151 return mAutoNightModeManager.getApplyableNightMode();
180 if (mAutoNightModeManager != null) {
181 mAutoNightModeManager.cleanup();
241 if (mAutoNightModeManager == null) {
242 mAutoNightModeManager = new AutoNightModeManager(TwilightManager.getInstance(mContext));
249 return mAutoNightModeManager;
[all...]

Completed in 308 milliseconds