Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTests.java79 SynchronousPixelCopy copyHelper = new SynchronousPixelCopy(); in testErrors()
140 SynchronousPixelCopy copyHelper = new SynchronousPixelCopy(); in testGlProducer()
188 SynchronousPixelCopy copyHelper = new SynchronousPixelCopy(); in testVideoProducer()
295 private static class SynchronousPixelCopy implements OnPixelCopyFinishedListener { class in PixelCopyTests
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1136 SynchronousPixelCopy copyHelper = new SynchronousPixelCopy(); in SurfaceViewSnapshot()
1175 private static class SynchronousPixelCopy implements OnPixelCopyFinishedListener { class in SurfaceViewSnapshot
1182 public SynchronousPixelCopy() { in SynchronousPixelCopy() method in SurfaceViewSnapshot.SynchronousPixelCopy