Searched refs:mRebuildTmp (Results 1 – 1 of 1) sorted by relevance
430 WindowState[] mRebuildTmp = new WindowState[20]; field in WindowManagerService8766 if (mRebuildTmp.length < NW) { in rebuildAppWindowListLocked()8767 mRebuildTmp = new WindowState[NW+10]; in rebuildAppWindowListLocked()8777 mRebuildTmp[numRemoved] = win; in rebuildAppWindowListLocked()8834 WindowState ws = mRebuildTmp[i]; in rebuildAppWindowListLocked()8850 Arrays.fill(mRebuildTmp, null); in rebuildAppWindowListLocked()