Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.kt33 private var smallestScreenWidth: Int = 0
48 smallestScreenWidth = currentConfig.smallestScreenWidthDp
85 val smallestScreenWidth = newConfig.smallestScreenWidthDp regex
86 if (smallestScreenWidth != this.smallestScreenWidth) {
87 this.smallestScreenWidth = smallestScreenWidth
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/updates/
H A DDeviceFoldStateProviderTest.kt653 val smallestScreenWidth = if (isLargeScreen) { 601 } else { 10 } regex
655 configuration.smallestScreenWidthDp = smallestScreenWidth