Home
last modified time | relevance | path

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

/cts/libs/deviceutillegacy/src/com/android/compatibility/common/util/
DSynchronousPixelCopy.java110 public void onPixelCopyFinished(int copyResult) { in onPixelCopyFinished()
138 public void accept(PixelCopy.Result copyResult) { in accept()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractAutoFillActivity.java105 final int copyResult = copy.request(getWindow(), srcRect, dest); in takeScreenshot() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanPreTransformTest.java150 int copyResult = copy.request((SurfaceView) sActivity.findViewById(R.id.surfaceview), dest); in takeScreenshot() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableParameterizedTest.java352 int copyResult = copy.request(mActivity.getWindow(), srcRect, dest); in takeScreenshot() local
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java868 int copyResult = PixelCopy.ERROR_SOURCE_NO_DATA; in testVideoProducer() local
985 PixelCopy.Result copyResult = copySurface(reader.getSurface()); in testAutoSize() local
1020 PixelCopy.Result copyResult = copySurface(reader.getSurface()); in testAutoSizeWithCrop() local
1054 PixelCopy.Result copyResult = copySurface(reader.getSurface(), in testAutoSizeWithSrcRect() local
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java137 int copyResult = copy.request(getActivity().getWindow(), srcRect, dest); in takeScreenshot() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java137 int copyResult = copy.request(getActivity().getWindow(), srcRect, dest); in takeScreenshot() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DSurfaceViewTests.java189 int copyResult = copy.request(mSurfaceView, srcRect, dest); in takeScreenshot() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java1383 private int copyResult; field in SurfaceViewSnapshot
1470 public void onPixelCopyFinished(int copyResult) { in onPixelCopyFinished()