Home
last modified time | relevance | path

Searched refs:windowIndex (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java683 Surface getWindowSurface(int windowIndex) { in getWindowSurface() argument
684 return mTopPresentation.getSurface(windowIndex); in getWindowSurface()
1248 public Surface getSurface(int windowIndex) { in getSurface() argument
1249 Surface surface = mWindows[windowIndex].getSurface(); in getSurface()
1269 Surface getSurface(int windowIndex) { in getSurface() argument
1270 return ((TopWindowPresentation) mPresentation).getSurface(windowIndex); in getSurface()