Searched refs:smallestScreenWidth (Results 1 – 1 of 1) sorted by relevance
31 private var smallestScreenWidth: Int = 0 variable44 smallestScreenWidth = currentConfig.smallestScreenWidthDp80 val smallestScreenWidth = newConfig.smallestScreenWidthDp in onConfigurationChanged() constant81 if (smallestScreenWidth != this.smallestScreenWidth) { in onConfigurationChanged()82 this.smallestScreenWidth = smallestScreenWidth in onConfigurationChanged()