Searched defs:screenWidthDp (Results 1 – 3 of 3) sorted by relevance
81 val screenWidthDp = configuration.screenWidthDp.toFloat() in responsive() constant205 val screenWidthDp = configuration.screenWidthDp.toFloat() in padding() constant
164 val screenWidthDp = configuration.screenWidthDp.toFloat() in rememberResponsiveColumnState() constant
478 final int screenWidthDp = resources.getConfiguration().screenWidthDp; in getScreenWidthPixels() local