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

/frameworks/base/core/java/android/app/
H A DUiModeManager.java107 public @interface NightMode {} interface in class:UiModeManager
236 public void setNightMode(@NightMode int mode) {
260 public @NightMode int getNightMode() {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAppCompatDelegate.java129 @NightMode
137 public @interface NightMode {} interface in class:AppCompatDelegate
439 public abstract void setLocalNightMode(@NightMode int mode);
454 public static void setDefaultNightMode(@NightMode int mode) {
473 @NightMode

Completed in 96 milliseconds