Home
last modified time | relevance | path

Searched refs:SurfaceViewFactory (Results 1 – 3 of 3) sorted by relevance

/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DSurfaceControlTestCase.java27 private final SurfaceViewFactory mViewFactory;
38 mViewFactory = new SurfaceViewFactory(callback); in SurfaceControlTestCase()
71 private class SurfaceViewFactory implements ViewFactory { class in SurfaceControlTestCase
74 SurfaceViewFactory(SurfaceHolder.Callback callback) { in SurfaceViewFactory() method in SurfaceControlTestCase.SurfaceViewFactory
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTest.java245 runTest(new SurfaceViewFactory(), new VideoFormat(fileName), decoderName); in testSurfaceViewVideoDecodeAccuracy()
251 runTest(new SurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName)), in testSurfaceViewLargerHeightDecodeAccuracy()
258 runTest(new SurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName)), in testSurfaceViewLargerWidthDecodeAccuracy()
DDecodeAccuracyTestBase.java826 class SurfaceViewFactory extends VideoViewFactory implements SurfaceHolder.Callback { class
828 private static final String TAG = SurfaceViewFactory.class.getSimpleName();
835 public SurfaceViewFactory() {} in SurfaceViewFactory() method in SurfaceViewFactory