Searched refs:mRebuildTmp (Results 1 – 1 of 1) sorted by relevance
443 WindowState[] mRebuildTmp = new WindowState[20]; field in WindowManagerService8572 if (mRebuildTmp.length < NW) { in rebuildAppWindowListLocked()8573 mRebuildTmp = new WindowState[NW+10]; in rebuildAppWindowListLocked()8583 mRebuildTmp[numRemoved] = win; in rebuildAppWindowListLocked()8639 WindowState ws = mRebuildTmp[i]; in rebuildAppWindowListLocked()