Searched defs:Rect (Results 1 – 3 of 3) sorted by relevance
33 fun Rect.toAndroidRect(): android.graphics.Rect { in <lambda>() method
26 open class Rect( class
57 private val Rect.area get() = this.width * this.height in <lambda>() constant