Searched defs:centerY (Results 1 – 2 of 2) sorted by relevance
26 val centerY = bounds.centerY() in calculateStartEndPoint() constant
43 @JsName("centerY") fun centerY(): Int = (top + bottom) / 2 in centerX() method in android.tools.common.datatypes.Rect