Searched refs:waitForViewIsAvailable (Results 1 – 2 of 2) sorted by relevance
723 public void waitForViewIsAvailable() throws Exception { in waitForViewIsAvailable() method in VideoViewFactory724 waitForViewIsAvailable(DEFAULT_VIEW_AVAILABLE_TIMEOUT_MS); in waitForViewIsAvailable()727 public abstract void waitForViewIsAvailable(long timeOutMs) throws Exception; in waitForViewIsAvailable() method in VideoViewFactory780 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in TextureViewFactory858 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in SurfaceViewFactory940 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in GLSurfaceViewFactory
236 videoViewFactory.waitForViewIsAvailable(); in runTest()