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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 80 private int mNightMode = UiModeManager.MODE_NIGHT_NO;
175 if (mNightMode == UiModeManager.MODE_NIGHT_AUTO) {
229 mNightMode = Settings.Secure.getInt(context.getContentResolver(),
315 if (mNightMode != mode) {
318 mNightMode = mode;
330 return mNightMode;
366 pw.print(" mNightMode="); pw.print(mNightMode);
445 if (mNightMode == UiModeManager.MODE_NIGHT_AUTO) {
456 uiMode |= mNightMode << 4
    [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...]

Completed in 236 milliseconds