Searched refs:windowIndex (Results 1 – 1 of 1) sorted by relevance
665 Surface getWindowSurface(int windowIndex) { in getWindowSurface() argument666 return mTopPresentation.getSurface(windowIndex); in getWindowSurface()1230 public Surface getSurface(int windowIndex) { in getSurface() argument1231 Surface surface = mWindows[windowIndex].getSurface(); in getSurface()1251 Surface getSurface(int windowIndex) { in getSurface() argument1252 return ((TopWindowPresentation) mPresentation).getSurface(windowIndex); in getSurface()