Searched refs:cwin (Results 1 – 1 of 1) sorted by relevance
2268 WindowState cwin = win.mChildWindows.get(i); in removeWindowInnerLocked() local2269 Slog.w(TAG, "Force-removing child win " + cwin + " from container " in removeWindowInnerLocked()2271 removeWindowInnerLocked(cwin.mSession, cwin); in removeWindowInnerLocked()4155 WindowState cwin = win.mChildWindows.get(j); in tmpRemoveAppWindowsLocked() local4157 "Tmp removing child window " + cwin); in tmpRemoveAppWindowsLocked()4158 mWindows.remove(cwin); in tmpRemoveAppWindowsLocked()4209 WindowState cwin = win.mChildWindows.get(j); in findWindowOffsetLocked() local4210 if (cwin.mSubLayer >= 0) { in findWindowOffsetLocked()4212 if (mWindows.get(pos) == cwin) { in findWindowOffsetLocked()4237 WindowState cwin = win.mChildWindows.get(j); in reAddWindowLocked() local[all …]