Searched defs:fixedHeight (Results 1 – 3 of 3) sorted by relevance
382 val fixedHeight = ceil(size.height).fastRoundToInt() in DrawScope() constant
46 val fixedHeight = Constraints.fixedHeight(5) in constructor() constant
242 fun fixedHeight(height: Int): Constraints { in fixedHeight() method