Searched defs:centerY (Results 1 – 2 of 2) sorted by relevance
26 val centerY = bounds.centerY() in calculateStartEndPoint() constant
35 fun centerY(): Int = (top + bottom) / 2 in centerX() method