Searched defs:screenHeightDp (Results 1 – 3 of 3) sorted by relevance
79 val screenHeightDp = configuration.screenHeightDp.toFloat() in responsive() constant203 val screenHeightDp = configuration.screenHeightDp.toFloat() in padding() constant
150 val screenHeightDp = configuration.screenHeightDp.toFloat() in rememberResponsiveColumnState() constant
243 final int screenHeightDp = resources.getConfiguration().screenHeightDp; in getScreenHeightPixels() local