Home
last modified time | relevance | path

Searched refs:NightMode (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DUiModeManager.java242 public @interface NightMode {} annotation in UiModeManager
684 public void setNightMode(@NightMode int mode) { in setNightMode()
763 public void setApplicationNightMode(@NightMode int mode) { in setApplicationNightMode()
788 public @NightMode int getNightMode() { in getNightMode()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java879 public void setApplicationNightMode(@UiModeManager.NightMode int mode) {
1685 @UiModeManager.NightMode
1686 private int getComputedUiModeConfiguration(@UiModeManager.NightMode int uiMode) { in getComputedUiModeConfiguration()