Searched defs:copyResult (Results 1 – 8 of 8) sorted by relevance
/cts/libs/deviceutillegacy/src/com/android/compatibility/common/util/ |
D | SynchronousPixelCopy.java | 110 public void onPixelCopyFinished(int copyResult) { in onPixelCopyFinished() 138 public void accept(PixelCopy.Result copyResult) { in accept()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | AbstractAutoFillActivity.java | 106 final int copyResult = copy.request(getWindow(), srcRect, dest); in takeScreenshot() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | VulkanPreTransformTest.java | 158 int copyResult = copy.request((SurfaceView) sActivity.findViewById(R.id.surfaceview), dest); in takeScreenshot() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AnimatedVectorDrawableParameterizedTest.java | 352 int copyResult = copy.request(mActivity.getWindow(), srcRect, dest); in takeScreenshot() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyTest.java | 860 int copyResult = PixelCopy.ERROR_SOURCE_NO_DATA; in testVideoProducer() local 977 PixelCopy.Result copyResult = copySurface(reader.getSurface()); in testAutoSize() local 1012 PixelCopy.Result copyResult = copySurface(reader.getSurface()); in testAutoSizeWithCrop() local 1046 PixelCopy.Result copyResult = copySurface(reader.getSurface(), in testAutoSizeWithSrcRect() local
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/ |
D | ActivityTestBase.java | 137 int copyResult = copy.request(getActivity().getWindow(), srcRect, dest); in takeScreenshot() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | ActivityTestBase.java | 164 int copyResult = copy.request(getActivity().getWindow(), srcRect, dest); in takeScreenshot() local
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | DecodeAccuracyTestBase.java | 1389 private int copyResult; field in SurfaceViewSnapshot 1476 public void onPixelCopyFinished(int copyResult) { in onPixelCopyFinished()
|