Searched refs:cwin (Results 1 – 1 of 1) sorted by relevance
2473 WindowState cwin = win.mChildWindows.get(i); in removeWindowInnerLocked() local2474 Slog.w(TAG, "Force-removing child win " + cwin + " from container " in removeWindowInnerLocked()2476 removeWindowInnerLocked(cwin.mSession, cwin); in removeWindowInnerLocked()4599 WindowState cwin = win.mChildWindows.get(j); in tmpRemoveAppWindowsLocked() local4601 "Tmp removing child window " + cwin); in tmpRemoveAppWindowsLocked()4602 cwin.getWindowList().remove(cwin); in tmpRemoveAppWindowsLocked()4676 WindowState cwin = win.mChildWindows.get(j); in findAppWindowInsertionPointLocked() local4677 if (cwin.mSubLayer >= 0) { in findAppWindowInsertionPointLocked()4679 if (windows.get(pos) == cwin) { in findAppWindowInsertionPointLocked()4712 WindowState cwin = win.mChildWindows.get(j); in reAddWindowLocked() local[all …]