Searched defs:MODE_NIGHT_NO (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DUiModeManager.java102 @IntDef({MODE_NIGHT_AUTO, MODE_NIGHT_NO, MODE_NIGHT_YES})
116 public static final int MODE_NIGHT_NO = Configuration.UI_MODE_NIGHT_NO >> 4; field in class:UiModeManager
215 * <li><em>{@link #MODE_NIGHT_NO}<em> sets the device into
247 * <li>{@link #MODE_NIGHT_NO}</li>
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegate.java99 public static final int MODE_NIGHT_NO = 1; field in class:AppCompatDelegate
137 @IntDef({MODE_NIGHT_NO, MODE_NIGHT_YES, MODE_NIGHT_AUTO, MODE_NIGHT_FOLLOW_SYSTEM,
142 @IntDef({MODE_NIGHT_NO, MODE_NIGHT_YES, MODE_NIGHT_FOLLOW_SYSTEM})
463 * Defaults to {@link #MODE_NIGHT_NO}.</p>
474 case MODE_NIGHT_NO:

Completed in 178 milliseconds