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