Home
last modified time | relevance | path

Searched refs:mRebuildTmp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java430 WindowState[] mRebuildTmp = new WindowState[20]; field in WindowManagerService
8766 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()