Home
last modified time | relevance | path

Searched refs:SynchronousPixelCopy (Results 1 – 11 of 11) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractAutoFillActivity.java38 import com.android.compatibility.common.util.SynchronousPixelCopy;
105 final SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot()
/cts/tests/tests/graphics/src/android/graphics/cts/
DHardwareRendererTest.java37 import com.android.compatibility.common.util.SynchronousPixelCopy;
71 PixelCopy.Result result = SynchronousPixelCopy.copySurface(surface); in lockHardwareCanvasSingleBuffer()
DVulkanPreTransformTest.java40 import com.android.compatibility.common.util.SynchronousPixelCopy;
156 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java33 import com.android.compatibility.common.util.SynchronousPixelCopy;
129 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java35 import com.android.compatibility.common.util.SynchronousPixelCopy;
156 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java44 import com.android.compatibility.common.util.SynchronousPixelCopy;
349 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java67 import com.android.compatibility.common.util.SynchronousPixelCopy;
212 int result = new SynchronousPixelCopy().request(window, viewPos, screenshot); in testRotateScale()
255 int result = new SynchronousPixelCopy().request(window, viewPos, screenshot); in testTransformScale()
485 SynchronousPixelCopy pixelCopy = new SynchronousPixelCopy(); in testCropRect()
653 int result = new SynchronousPixelCopy().request(window, viewPos, screenshot); in testSamplingWithTransform()
852 int result = new SynchronousPixelCopy().request(window, screenshot); in getPixel()
DPixelCopyTest.java19 import static com.android.compatibility.common.util.SynchronousPixelCopy.copySurface;
20 import static com.android.compatibility.common.util.SynchronousPixelCopy.copyWindow;
69 import com.android.compatibility.common.util.SynchronousPixelCopy;
148 private SynchronousPixelCopy mCopyHelper;
154 mCopyHelper = new SynchronousPixelCopy(); in setup()
/cts/libs/deviceutillegacy/src/com/android/compatibility/common/util/
DSynchronousPixelCopy.java35 public class SynchronousPixelCopy implements OnPixelCopyFinishedListener { class
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DSurfaceViewTests.java58 import com.android.compatibility.common.util.SynchronousPixelCopy;
212 SynchronousPixelCopy copy = new SynchronousPixelCopy();
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java1403 final SynchronousPixelCopy copyHelper = new SynchronousPixelCopy(); in run()
1437 private static class SynchronousPixelCopy implements OnPixelCopyFinishedListener { class in SurfaceViewSnapshot
1444 public SynchronousPixelCopy() { in SynchronousPixelCopy() method in SurfaceViewSnapshot.SynchronousPixelCopy