Searched defs:fixedWidth (Results 1 – 3 of 3) sorted by relevance
370 val fixedWidth = ceil(size.width).fastRoundToInt() in DrawScope() constant
43 val fixedWidth = Constraints.fixedWidth(5) in constructor() constant
230 fun fixedWidth(width: Int): Constraints { in fixedWidth() method