Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/
DChip.kt199 val secondaryLabelParam: (@Composable RowScope.() -> Unit)? = in Chip() constant
229 secondaryLabel = secondaryLabelParam, in Chip()
DToggleChip.kt83 val secondaryLabelParam: (@Composable RowScope.() -> Unit)? = constant
146 secondaryLabel = secondaryLabelParam,