Searched refs:getCenter (Results 1 – 6 of 6) sorted by relevance
278 bounds.left = Math.max(topLeft != null ? topLeft.getCenter().x : 0, in calculateWindowBounds()279 bottomLeft != null ? bottomLeft.getCenter().x : 0); in calculateWindowBounds()280 bounds.top = Math.max(topLeft != null ? topLeft.getCenter().y : 0, in calculateWindowBounds()281 bottomLeft != null ? bottomLeft.getCenter().y : 0); in calculateWindowBounds()282 bounds.right = Math.min(topRight != null ? topRight.getCenter().x : width, in calculateWindowBounds()283 bottomRight != null ? bottomRight.getCenter().x : width); in calculateWindowBounds()284 bounds.bottom = Math.min(bottomRight != null ? bottomRight.getCenter().y : height, in calculateWindowBounds()285 bottomLeft != null ? bottomLeft.getCenter().y : height); in calculateWindowBounds()
85 assertEquals(p1, circle.getCenter()); in testCircle()
78 inline const Vector3 getCenter() { return center_; } in getCenter() function
840 final Point center = topLeftCorner.getCenter(); in cropRoundedCornersRegions()847 final Point center = bottomRightCorner.getCenter(); in cropRoundedCornersRegions()
14445 method @NonNull public android.telephony.CbGeoUtils.LatLng getCenter();
52095 method @NonNull public android.graphics.Point getCenter();