Searched refs:screenHeightDp (Results 1 – 12 of 12) sorted by relevance
82 val screenHeightDp = configuration.screenHeightDp.toFloat() in responsive() constant111 val screenHeightPx = with(density) { screenHeightDp.dp.roundToPx() } in responsive()206 val screenHeightDp = configuration.screenHeightDp.toFloat() in padding() constant209 val height = screenHeightDp.dp in padding()
165 val screenHeightDp = configuration.screenHeightDp.toFloat() in rememberResponsiveColumnState() constant171 val screenHeightPx = with(density) { screenHeightDp.dp.roundToPx() } in rememberResponsiveColumnState()
88 screenHeightDp = (bounds[0].bounds.height() / density).toInt() in <lambda>()89 smallestScreenWidthDp = min(screenWidthDp, screenHeightDp) in <lambda>()145 screenWidthDp = configuration.screenHeightDp in <lambda>()146 screenHeightDp = configuration.screenWidthDp in <lambda>()
492 final int screenHeightDp = resources.getConfiguration().screenHeightDp; in getScreenHeightPixels() local494 return Math.round(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, screenHeightDp, in getScreenHeightPixels()
139 val screenHeight = LocalConfiguration.current.screenHeightDp in Scaffold()173 val centerHeightDp = Dp(LocalConfiguration.current.screenHeightDp / 2.0f) in Scaffold()
74 (int) (newConfig.screenHeightDp * density)); in onConfigurationChanged()
299 screenHeightDp = (realBounds.bounds.height() / density).toInt() in <lambda>()300 smallestScreenWidthDp = min(screenWidthDp, screenHeightDp) in <lambda>()
154 boolean isPortrait = config.screenHeightDp > config.screenWidthDp; in normalizeWindowInsets()428 float screenHeight = config.screenHeightDp * res.getDisplayMetrics().density; in getCurrentBounds()
269 new PortraitSize(config.screenHeightDp, config.screenWidthDp))) { in onConfigurationChanged()406 mScreenSizeDp = new PortraitSize(config.screenHeightDp, config.screenWidthDp); in Info()
379 … Log.v(TAG, "screen height dp = " + activity.getResources().getConfiguration().screenHeightDp); in printDisplayInfo()
232 config.screenHeightDp * density, in getDeviceProfileForPreview()
787 (int) (newConfig.screenHeightDp * density)); in onConfigurationChanged()