Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt35 private val lastConfig = Configuration() constant
139 if (lastConfig.updateFrom(newConfig) and ActivityInfo.CONFIG_ASSETS_PATHS != 0) { in onConfigurationChanged()