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

  /frameworks/base/core/java/android/hardware/display/
BrightnessChangeEvent.java 171 private boolean mNightMode;
227 mNightMode = nightMode;
259 mPowerBrightnessFactor, mNightMode, mColorTemperature, mLastBrightness,
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java     [all...]

Completed in 471 milliseconds