Home
last modified time | relevance | path

Searched refs:bottomRight (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DRoundedCornerTests.java207 final RoundedCorner bottomRight = display.getRoundedCorner(POSITION_BOTTOM_RIGHT); in calculateWindowBounds() local
215 bottomRight != null ? bottomRight.getCenter().x : width); in calculateWindowBounds()
216 bounds.bottom = Math.min(bottomRight != null ? bottomRight.getCenter().y : height, in calculateWindowBounds()
DCrossAppDragAndDropTests.java159 Point bottomRight = new Point(leftSide ? displaySize.x / 2 : displaySize.x, displaySize.y); in launchFreeformActivity() local
160 resizeActivityTask(componentName, topLeft.x, topLeft.y, bottomRight.x, bottomRight.y); in launchFreeformActivity()
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyGLProducerCtsActivity.java46 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer() argument
50 mBottomRightColor = bottomRight; in QuadColorGLRenderer()
DPixelCopyTest.java865 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument
867 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
871 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument
879 assertEquals("Bottom right", bottomRight, getPixelFloatPos(bitmap, .75f, .75f)); in assertBitmapQuadColor()
889 assertEquals("Bottom right II", bottomRight, getPixelFloatPos(bitmap, above, above)); in assertBitmapQuadColor()
897 int bottomLeft, int bottomRight, int threshold) { in assertBitmapQuadColor() argument
908 assertBitmapColor("Bottom right", bitmap, bottomRight, in assertBitmapQuadColor()
919 assertBitmapColor("Bottom right II", bitmap, bottomRight, in assertBitmapQuadColor()
DTextureViewTest.java592 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument
594 bitmap, topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local