Searched refs:bottomRight (Results 1 – 5 of 5) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | RoundedCornerTests.java | 207 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()
|
D | CrossAppDragAndDropTests.java | 159 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/ |
D | PixelCopyGLProducerCtsActivity.java | 46 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer() argument 50 mBottomRightColor = bottomRight; in QuadColorGLRenderer()
|
D | PixelCopyTest.java | 865 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()
|
D | TextureViewTest.java | 592 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument 594 bitmap, topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
|