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.kt29 private val lastConfig = Configuration() constant
114 if (lastConfig.updateFrom(newConfig) and ActivityInfo.CONFIG_ASSETS_PATHS != 0) { in onConfigurationChanged()