Home
last modified time | relevance | path

Searched refs:neededWidth (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DEqualWidthContainer.kt32 val neededWidth = neededWidthPerNonSpaceItem * nonSpaceItems.count() in onMeasure() constant
37 orientation = if (neededWidth <= availableWidth) HORIZONTAL else VERTICAL in onMeasure()