Searched refs:smallestScreenWidth (Results 1 – 2 of 2) sorted by relevance
37 private var smallestScreenWidth: Int = 0 variable52 smallestScreenWidth = currentConfig.smallestScreenWidthDp93 val smallestScreenWidth = newConfig.smallestScreenWidthDp in onConfigurationChanged() constant94 if (smallestScreenWidth != this.smallestScreenWidth) { in onConfigurationChanged()95 this.smallestScreenWidth = smallestScreenWidth in onConfigurationChanged()
657 val smallestScreenWidth = if (isLargeScreen) { 601 } else { 10 } in <lambda>() constant659 configuration.smallestScreenWidthDp = smallestScreenWidth in <lambda>()