Home
last modified time | relevance | path

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

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java726 public void waitForViewIsAvailable() throws Exception { in waitForViewIsAvailable() method in VideoViewFactory
727 waitForViewIsAvailable(DEFAULT_VIEW_AVAILABLE_TIMEOUT_MS); in waitForViewIsAvailable()
730 public abstract void waitForViewIsAvailable(long timeOutMs) throws Exception; in waitForViewIsAvailable() method in VideoViewFactory
783 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in TextureViewFactory
861 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in SurfaceViewFactory
943 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in GLSurfaceViewFactory
DDecodeAccuracyTest.java277 videoViewFactory.waitForViewIsAvailable(); in runTest()