Searched defs:bottomRight (Results 1 – 5 of 5) 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()
|
D | PixelCopyTest.java | 865 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() 867 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local 871 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() 897 int bottomLeft, int bottomRight, int threshold) { in assertBitmapQuadColor()
|
D | TextureViewTest.java | 592 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() 594 bitmap, topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | RoundedCornerTests.java | 207 final RoundedCorner bottomRight = display.getRoundedCorner(POSITION_BOTTOM_RIGHT); in calculateWindowBounds() local
|
D | CrossAppDragAndDropTests.java | 159 Point bottomRight = new Point(leftSide ? displaySize.x / 2 : displaySize.x, displaySize.y); in launchFreeformActivity() local
|