HomeSort by relevance Sort by last modified time
    Searched refs:mNightMode (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 66 int mNightMode = UiModeManager.MODE_NIGHT_NO;
183 mNightMode = Settings.Secure.getInt(context.getContentResolver(),
248 if (isDoingNightModeLocked() && mNightMode != mode) {
251 mNightMode = mode;
263 return mNightMode;
287 pw.print(" mNightMode="); pw.print(mNightMode);
358 if (mNightMode == UiModeManager.MODE_NIGHT_AUTO) {
363 uiMode |= mNightMode << 4;
374 + "; mNightMode=" + mNightMod
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java 158 private NightMode mNightMode = NightMode.NOTNIGHT;
255 copy.mNightMode = original.getNightMode();
318 return mNightMode;
514 mNightMode = night;
796 mNightMode = NightMode.getEnum(values[5]);
797 if (mNightMode == null) {
798 mNightMode = NightMode.NOTNIGHT;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java     [all...]

Completed in 187 milliseconds