Searched refs:windowIndex (Results 1 – 1 of 1) sorted by relevance
719 Surface getWindowSurface(int windowIndex) { in getWindowSurface() argument720 return mTopPresentation.getSurface(windowIndex); in getWindowSurface()1340 public Surface getSurface(int windowIndex) { in getSurface() argument1341 Surface surface = mWindows[windowIndex].getSurface(); in getSurface()1361 Surface getSurface(int windowIndex) { in getSurface() argument1362 return ((TopWindowPresentation) mPresentation).getSurface(windowIndex); in getSurface()