Searched refs:hasSecondaryLabel (Results 1 – 2 of 2) sorted by relevance
184 val hasSecondaryLabel = secondaryLabel != null in Chip() constant192 textAlign = if (hasSecondaryLabel || hasIcon) TextAlign.Start else TextAlign.Center, in Chip()194 maxLines = labelMaxLines ?: if (hasSecondaryLabel) 1 else 2, in Chip()
70 val hasSecondaryLabel = secondaryLabel != null constant78 maxLines = labelMaxLine ?: if (hasSecondaryLabel) 1 else 2, in <lambda>()