Searched refs:TopWindowPresentation (Results 1 – 1 of 1) sorted by relevance
797 ((TopWindowPresentation) mTopPresentation.getPresentation()).populateWindows(); in createWindows()1181 private static class TopWindowPresentation extends TestPresentationBase { class in EncodeVirtualDisplayWithCompositionTest1187 public TopWindowPresentation(int numWindows, Context outerContext, Display display) { in TopWindowPresentation() method in EncodeVirtualDisplayWithCompositionTest.TopWindowPresentation1248 ((TopWindowPresentation) mPresentation).waitForSurfaceReady(timeoutMs); in waitForSurfaceReady()1252 return ((TopWindowPresentation) mPresentation).getSurface(windowIndex); in getSurface()1256 return new TopWindowPresentation(mNumWindows, mContext, mVirtualDisplay.getDisplay()); in doCreatePresentation()