Searched refs:systemTheme (Results 1 – 3 of 3) sorted by relevance
64 private val systemTheme: Theme in isLight() constant in com.android.wm.shell.windowdecor.common.DecorThemeUtil78 val backgroundColor = task.taskDescription?.backgroundColor ?: return systemTheme in isLight()
171 final Resources.Theme systemTheme = mActivityThread.getSystemContext().getTheme(); in handleConfigurationChangedInner() local215 if ((systemTheme.getChangingConfigurations() & configDiff) != 0) { in handleConfigurationChangedInner()216 systemTheme.rebase(); in handleConfigurationChangedInner()
2906 final Theme systemTheme = context.getTheme(); in startOtherServices() local2907 if (systemTheme.getChangingConfigurations() != 0) { in startOtherServices()2908 systemTheme.rebase(); in startOtherServices()