Searched defs:topLeft (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | ISurfaceValidatorTestCase.java | 35 int[] topLeft = new int[2]; in getBoundsToCheck() local
|
D | SurfaceControlTestCase.java | 121 int[] topLeft = new int[2]; in getBoundsToCheck() local
|
/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 | 864 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() 866 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local 870 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() 895 private void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, 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 | 198 final RoundedCorner topLeft = display.getRoundedCorner(POSITION_TOP_LEFT); in calculateWindowBounds() local
|
D | CrossAppDragAndDropTests.java | 158 Point topLeft = new Point(leftSide ? 0 : displaySize.x / 2, 0); in launchFreeformActivity() local
|