Searched refs:windowIndex (Results 1 – 1 of 1) sorted by relevance
683 Surface getWindowSurface(int windowIndex) { in getWindowSurface() argument684 return mTopPresentation.getSurface(windowIndex); in getWindowSurface()1248 public Surface getSurface(int windowIndex) { in getSurface() argument1249 Surface surface = mWindows[windowIndex].getSurface(); in getSurface()1269 Surface getSurface(int windowIndex) { in getSurface() argument1270 return ((TopWindowPresentation) mPresentation).getSurface(windowIndex); in getSurface()