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

/frameworks/base/core/java/android/app/
H A DUiModeManager.java103 public @interface NightMode {} interface in class:UiModeManager
232 public void setNightMode(@NightMode int mode) {
256 public @NightMode int getNightMode() {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegate.java128 @NightMode
138 public @interface NightMode {} interface in class:AppCompatDelegate
455 public abstract void setLocalNightMode(@NightMode int mode);
470 public static void setDefaultNightMode(@NightMode int mode) {
489 @NightMode

Completed in 93 milliseconds