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 private int mNightMode = UiModeManager.MODE_NIGHT_NO;
197 mNightMode = Settings.Secure.getInt(context.getContentResolver(),
281 if (mNightMode != mode) {
284 mNightMode = mode;
296 return mNightMode;
334 pw.print(" mNightMode="); pw.print(mNightMode);
413 if (mNightMode == UiModeManager.MODE_NIGHT_AUTO) {
418 uiMode |= mNightMode << 4;
425 + "; mNightMode=" + mNightMod
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java 157 private NightMode mNightMode = NightMode.NOTNIGHT;
254 copy.mNightMode = original.getNightMode();
317 return mNightMode;
513 mNightMode = night;
797 mNightMode = NightMode.getEnum(values[5]);
798 if (mNightMode == null) {
799 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 1305 milliseconds