Home
last modified time | relevance | path

Searched refs:getCenter (Results 1 – 6 of 6) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DRoundedCornerTests.java278 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()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCbGeoUtilsTest.java85 assertEquals(p1, circle.getCenter()); in testCircle()
/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DModel.h78 inline const Vector3 getCenter() { return center_; } in getCenter() function
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java840 final Point center = topLeftCorner.getCenter(); in cropRoundedCornersRegions()
847 final Point center = bottomRightCorner.getCenter(); in cropRoundedCornersRegions()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt14445 method @NonNull public android.telephony.CbGeoUtils.LatLng getCenter();
Dcurrent.txt52095 method @NonNull public android.graphics.Point getCenter();