Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/
DChip.kt184 val hasSecondaryLabel = secondaryLabel != null in Chip() constant
192 textAlign = if (hasSecondaryLabel || hasIcon) TextAlign.Start else TextAlign.Center, in Chip()
194 maxLines = labelMaxLines ?: if (hasSecondaryLabel) 1 else 2, in Chip()
DToggleChip.kt70 val hasSecondaryLabel = secondaryLabel != null constant
78 maxLines = labelMaxLine ?: if (hasSecondaryLabel) 1 else 2, in <lambda>()