Searched refs:waitForViewIsAvailable (Results 1 – 2 of 2) sorted by relevance
724 public void waitForViewIsAvailable() throws Exception { in waitForViewIsAvailable() method in VideoViewFactory725 waitForViewIsAvailable(DEFAULT_VIEW_AVAILABLE_TIMEOUT_MS); in waitForViewIsAvailable()728 public abstract void waitForViewIsAvailable(long timeOutMs) throws Exception; in waitForViewIsAvailable() method in VideoViewFactory781 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in TextureViewFactory859 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in SurfaceViewFactory941 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in GLSurfaceViewFactory
223 videoViewFactory.waitForViewIsAvailable(); in runTest()