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

/frameworks/base/core/java/android/app/
H A DUiModeManager.java104 MODE_NIGHT_YES
125 public static final int MODE_NIGHT_YES = Configuration.UI_MODE_NIGHT_YES >> 4; field in class:UiModeManager
221 * <li><em>{@link #MODE_NIGHT_YES}</em> sets the device into
252 * <li>{@link #MODE_NIGHT_YES}</li>
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAppCompatDelegate.java106 public static final int MODE_NIGHT_YES = 2; field in class:AppCompatDelegate
134 @IntDef({MODE_NIGHT_NO, MODE_NIGHT_YES, MODE_NIGHT_AUTO, MODE_NIGHT_FOLLOW_SYSTEM,
139 @IntDef({MODE_NIGHT_NO, MODE_NIGHT_YES, MODE_NIGHT_FOLLOW_SYSTEM})
458 case MODE_NIGHT_YES:

Completed in 63 milliseconds