Searched refs:bottomRight (Results 1 – 3 of 3) sorted by relevance
/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 | 733 int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument 740 assertEquals("Bottom right", bottomRight, getPixelFloatPos(bitmap, .75f, .75f)); in assertBitmapQuadColor() 744 int bottomLeft, int bottomRight, int threshold) { in assertBitmapQuadColor() argument 752 assertTrue("Bottom right", pixelsAreSame(bottomRight, getPixelFloatPos(bitmap, .75f, .75f), in assertBitmapQuadColor()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | CrossAppDragAndDropTests.java | 173 private String getResizeTaskCommand(int taskId, Point topLeft, Point bottomRight) in getResizeTaskCommand() argument 175 return AM_RESIZE_TASK + taskId + " " + topLeft.x + " " + topLeft.y + " " + bottomRight.x in getResizeTaskCommand() 176 + " " + bottomRight.y; in getResizeTaskCommand() 233 Point bottomRight = new Point(leftSide ? displaySize.x / 2 : displaySize.x, displaySize.y); in launchFreeformActivity() local 235 bottomRight)); in launchFreeformActivity() local
|