Searched refs:waitForViewIsAvailable (Results 1 – 2 of 2) sorted by relevance
726 public void waitForViewIsAvailable() throws Exception { in waitForViewIsAvailable() method in VideoViewFactory727 waitForViewIsAvailable(DEFAULT_VIEW_AVAILABLE_TIMEOUT_MS); in waitForViewIsAvailable()730 public abstract void waitForViewIsAvailable(long timeOutMs) throws Exception; in waitForViewIsAvailable() method in VideoViewFactory783 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in TextureViewFactory861 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in SurfaceViewFactory943 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in GLSurfaceViewFactory
277 videoViewFactory.waitForViewIsAvailable(); in runTest()