Searched refs:smallestScreenWidth (Results 1 – 2 of 2) sorted by relevance
33 private var smallestScreenWidth: Int = 048 smallestScreenWidth = currentConfig.smallestScreenWidthDp85 val smallestScreenWidth = newConfig.smallestScreenWidthDp regex86 if (smallestScreenWidth != this.smallestScreenWidth) {87 this.smallestScreenWidth = smallestScreenWidth
653 val smallestScreenWidth = if (isLargeScreen) { 601 } else { 10 } regex655 configuration.smallestScreenWidthDp = smallestScreenWidth