Searched defs:centerX (Results 1 – 2 of 2) sorted by relevance
25 val centerX = bounds.centerX() in calculateStartEndPoint() constant
42 @JsName("centerX") fun centerX(): Int = (left + right) / 2 in centerX() method in android.tools.common.datatypes.Rect