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