Home
last modified time | relevance | path

Searched defs:topLeft (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DISurfaceValidatorTestCase.java35 int[] topLeft = new int[2]; in getBoundsToCheck() local
DSurfaceControlTestCase.java121 int[] topLeft = new int[2]; in getBoundsToCheck() local
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyGLProducerCtsActivity.java46 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer()
DPixelCopyTest.java864 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()
DTextureViewTest.java592 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/
DRoundedCornerTests.java198 final RoundedCorner topLeft = display.getRoundedCorner(POSITION_TOP_LEFT); in calculateWindowBounds() local
DCrossAppDragAndDropTests.java158 Point topLeft = new Point(leftSide ? 0 : displaySize.x / 2, 0); in launchFreeformActivity() local