Searched defs:topLeft (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyGLProducerCtsActivity.java | 47 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer()
|
D | PixelCopyTest.java | 1060 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()
|
D | TextureViewTest.java | 884 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/ |
D | SurfaceControlTestCase.java | 65 int[] topLeft = new int[2]; in getBoundsToCheck() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | RoundedCornerTests.java | 273 final RoundedCorner topLeft = display.getRoundedCorner(POSITION_TOP_LEFT); in calculateWindowBounds() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
D | CrossAppDragAndDropTests.java | 235 Point topLeft = new Point(leftSide ? 0 : displaySize.x / 2, 0); in launchFreeformActivity() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | GainmapTest.java | 570 private static void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, in assertBitmapQuadColor()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | BlurTests.java | 462 int topLeft = getCornerRadius(insets, RoundedCorner.POSITION_TOP_LEFT); in onCreate() local
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | ASurfaceControlTest.java | 834 Rect topLeft = new Rect(0, 0, 45, 45); in testSurfaceTransaction_setSourceRect_smallCentered() local
|