Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyGLProducerCtsActivity.java47 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer()
DPixelCopyTest.java1060 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
1062 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
1066 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
1091 private void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, in assertBitmapQuadColor()
DTextureViewTest.java884 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
886 bitmap, topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DSurfaceControlTestCase.java65 int[] topLeft = new int[2]; in getBoundsToCheck() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DRoundedCornerTests.java273 final RoundedCorner topLeft = display.getRoundedCorner(POSITION_TOP_LEFT); in calculateWindowBounds() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DCrossAppDragAndDropTests.java235 Point topLeft = new Point(leftSide ? 0 : displaySize.x / 2, 0); in launchFreeformActivity() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DGainmapTest.java570 private static void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, in assertBitmapQuadColor()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java462 int topLeft = getCornerRadius(insets, RoundedCorner.POSITION_TOP_LEFT); in onCreate() local
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlTest.java834 Rect topLeft = new Rect(0, 0, 45, 45); in testSurfaceTransaction_setSourceRect_smallCentered() local