Home
last modified time | relevance | path

Searched defs:screenHeightDp (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Permission/PermissionController/wear-permission-components/src/wear.permission.components/material2/layout/
DScalingLazyColumnDefaults.kt79 val screenHeightDp = configuration.screenHeightDp.toFloat() in responsive() constant
203 val screenHeightDp = configuration.screenHeightDp.toFloat() in padding() constant
DScalingLazyColumnState.kt150 val screenHeightDp = configuration.screenHeightDp.toFloat() in rememberResponsiveColumnState() constant
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityUtil.java243 final int screenHeightDp = resources.getConfiguration().screenHeightDp; in getScreenHeightPixels() local