Searched refs:setGeometry (Results 1 – 6 of 6) sorted by relevance
428 t.setGeometry(leash, sourceCrop, sourceCrop, Surface.ROTATION_0); in addTask()440 t.setGeometry(leash, sourceCrop, mPrimaryBounds, Surface.ROTATION_0); in addTask()452 t.setGeometry(leash, sourceCrop, mSecondaryBounds, Surface.ROTATION_0); in addTask()467 t.setGeometry(leash, sourceCrop, bounds, Surface.ROTATION_0); in addTask()
54 import static android.view.cts.util.ASurfaceControlTestUtils.setGeometry;634 setGeometry(surfaceControl, 0, 0, 100, 100, 10, 10, 50, 50, 0); in testSurfaceTransaction_setDestinationRect_small()660 setGeometry(childSurfaceControl, 0, 0, 100, 100, 10, 10, 50, 50, 0); in testSurfaceTransaction_setDestinationRect_childSmall()685 setGeometry(surfaceControl, 0, 0, 100, 100, -100, -100, 200, 200, 0); in testSurfaceTransaction_setDestinationRect_extraLarge()707 setGeometry(childSurfaceControl, 0, 0, 100, 100, -100, -100, 200, 200, 0); in testSurfaceTransaction_setDestinationRect_childExtraLarge()728 setGeometry(surfaceControl, 0, 0, 100, 100, -30, -20, 50, 50, 0); in testSurfaceTransaction_setDestinationRect_negativeOffset()753 setGeometry(surfaceControl, 0, 0, 100, 100, 50, 50, 110, 105, 0); in testSurfaceTransaction_setDestinationRect_outOfParentBounds()781 setGeometry(surfaceControl1, 0, 0, 100, 100, 10, 10, 30, 40, 0); in testSurfaceTransaction_setDestinationRect_twoLayers()782 setGeometry(surfaceControl2, 0, 0, 100, 100, 70, 20, 90, 50, 0); in testSurfaceTransaction_setDestinationRect_twoLayers()847 setGeometry(surfaceControl, 10, 10, 90, 90, 0, 0, 100, 100, 0); in testSurfaceTransaction_setSourceRect_smallCentered()[all …]
2436 .setGeometry(sc, null, new Rect(-50, -50, 50, 50), Surface.ROTATION_0) in testSetGeometry_dstBoundsOffScreen()2468 .setGeometry(sc, null, new Rect(50, 50, 150, 150), Surface.ROTATION_0) in testSetGeometry_dstBoundsOnScreen()2501 … .setGeometry(sc, new Rect(0, 0, DEFAULT_SURFACE_SIZE / 2, DEFAULT_SURFACE_SIZE / 2), in testSetGeometry_dstBoundsScaled()
64 public static void setGeometry(long surfaceControl, int srcLeft, int srcTop, int srcRight, in setGeometry() method in ASurfaceControlTestUtils
211 transaction.setGeometry(mSurfaceControl, null, destFrame, Surface.ROTATION_0) in TestSurface()
52288 …method @Deprecated @NonNull public android.view.SurfaceControl.Transaction setGeometry(@NonNull an…