Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt31 private var smallestScreenWidth: Int = 0 variable
44 smallestScreenWidth = currentConfig.smallestScreenWidthDp
80 val smallestScreenWidth = newConfig.smallestScreenWidthDp in onConfigurationChanged() constant
81 if (smallestScreenWidth != this.smallestScreenWidth) { in onConfigurationChanged()
82 this.smallestScreenWidth = smallestScreenWidth in onConfigurationChanged()