Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractAutoFillActivity.java36 import com.android.compatibility.common.util.SynchronousPixelCopy;
103 final SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot()
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanPreTransformTest.java38 import com.android.compatibility.common.util.SynchronousPixelCopy;
148 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DSurfaceViewTests.java40 import com.android.compatibility.common.util.SynchronousPixelCopy;
136 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java33 import com.android.compatibility.common.util.SynchronousPixelCopy;
129 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/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java43 import com.android.compatibility.common.util.SynchronousPixelCopy;
342 SynchronousPixelCopy copy = new SynchronousPixelCopy(); in takeScreenshot()
/cts/libs/deviceutillegacy/src/com/android/compatibility/common/util/
DSynchronousPixelCopy.java31 public class SynchronousPixelCopy implements OnPixelCopyFinishedListener { class
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java47 import com.android.compatibility.common.util.SynchronousPixelCopy;
162 int result = new SynchronousPixelCopy().request(window, viewPos, screenshot); in testRotateScale()
205 int result = new SynchronousPixelCopy().request(window, viewPos, screenshot); in testTransformScale()
361 int result = new SynchronousPixelCopy().request(window, viewPos, screenshot); in testSamplingWithTransform()
560 int result = new SynchronousPixelCopy().request(window, screenshot); in getPixel()
DPixelCopyTest.java59 import com.android.compatibility.common.util.SynchronousPixelCopy;
114 private SynchronousPixelCopy mCopyHelper;
120 mCopyHelper = new SynchronousPixelCopy(); in setup()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1388 final SynchronousPixelCopy copyHelper = new SynchronousPixelCopy(); in run()
1422 private static class SynchronousPixelCopy implements OnPixelCopyFinishedListener { class in SurfaceViewSnapshot
1429 public SynchronousPixelCopy() { in SynchronousPixelCopy() method in SurfaceViewSnapshot.SynchronousPixelCopy