Searched refs:interactiveSize (Results 1 – 1 of 1) sorted by relevance
526 val interactiveSize = if (interactiveSizeOrNaN.isUnspecified) 0.dp else interactiveSizeOrNaN in textFieldHorizontalIconPadding() constant527 return ((interactiveSize - SmallIconButtonTokens.IconSize) / 2).coerceAtLeast(0.dp) in textFieldHorizontalIconPadding()