Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.kt37 private var smallestScreenWidth: Int = 0 variable
93 val smallestScreenWidth = newConfig.smallestScreenWidthDp in onConfigurationChanged() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/updates/
DDeviceFoldStateProviderTest.kt657 val smallestScreenWidth = if (isLargeScreen) { 601 } else { 10 } in <lambda>() constant