Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DISurfaceValidatorTestCase.java31 int[] topLeft = new int[2]; in getBoundsToCheck() local
DSurfaceControlTestCase.java65 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.java1068 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
1070 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
1074 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
1099 private void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, in assertBitmapQuadColor()
DTextureViewTest.java874 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
876 bitmap, topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfacePackageFlickerTest.java139 int[] topLeft = new int[2]; in getBoundsToCheck() local
DASurfaceControlTest.java827 Rect topLeft = new Rect(0, 0, 45, 45); in testSurfaceTransaction_setSourceRect_smallCentered() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DRoundedCornerTests.java270 final RoundedCorner topLeft = display.getRoundedCorner(POSITION_TOP_LEFT); in calculateWindowBounds() local
DCrossAppDragAndDropTests.java159 Point topLeft = new Point(leftSide ? 0 : displaySize.x / 2, 0); in launchFreeformActivity() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DGainmapTest.java477 private static void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, in assertBitmapQuadColor()