Searched refs:mRebuildTmp (Results 1 – 1 of 1) sorted by relevance
409 WindowState[] mRebuildTmp = new WindowState[20]; field in WindowManagerService7973 if (mRebuildTmp.length < NW) { in rebuildAppWindowListLocked()7974 mRebuildTmp = new WindowState[NW+10]; in rebuildAppWindowListLocked()7984 mRebuildTmp[numRemoved] = win; in rebuildAppWindowListLocked()8030 WindowState ws = mRebuildTmp[i]; in rebuildAppWindowListLocked()