Searched refs:mAttachedWindow (Results 1 – 5 of 5) sorted by relevance
96 final WindowState mAttachedWindow; field in WindowState386 mAttachedWindow = null; in WindowState()407 mAttachedWindow = attachedWindow; in WindowState()408 …f (WindowManagerService.DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + mAttachedWindow); in WindowState()410 int children_size = mAttachedWindow.mChildWindows.size(); in WindowState()412 mAttachedWindow.mChildWindows.add(this); in WindowState()415 WindowState child = (WindowState)mAttachedWindow.mChildWindows.get(i); in WindowState()417 mAttachedWindow.mChildWindows.add(i, this); in WindowState()424 mAttachedWindow.mChildWindows.add(i, this); in WindowState()430 if (children_size == mAttachedWindow.mChildWindows.size()) { in WindowState()[all …]
358 && win.mAttachedWindow == null in updateWindowsLocked()375 && win.mAttachedWindow == null) { in updateWindowsLocked()
378 if (!policy.isTopLevelWindow(windowType) && windowState.mAttachedWindow != null in getMagnificationSpecForWindowLocked()1151 WindowState attachedWindow = windowState.mAttachedWindow; in obtainPopulatedWindowInfo()
1208 final WindowState attached = win.mAttachedWindow; in addAttachedWindowToListLocked()1269 if (win.mAttachedWindow == null) { in addWindowToListInOrderLocked()1566 if (wp == mInputMethodWindow || wp.mAttachedWindow == mInputMethodWindow) { in moveInputMethodDialogsLocked()1900 wb.mAttachedWindow != foundW && in adjustWallpaperWindowsLocked()1901 (foundW.mAttachedWindow == null || in adjustWallpaperWindowsLocked()1902 wb.mAttachedWindow != foundW.mAttachedWindow) && in adjustWallpaperWindowsLocked()3976 if (win.mAttachedWindow == null && win.isVisibleLw() && in setFocusedStackLayer()8968 mPolicy.layoutWindowLw(win, win.mAttachedWindow); in performLayoutLockedInner()9731 mPolicy.applyPostLayoutPolicyLw(w, w.mAttrs, w.mAttachedWindow); in performLayoutAndPlaceSurfacesLockedInner()
210 mAttachedWinAnimator = win.mAttachedWindow == null in WindowStateAnimator()211 ? null : win.mAttachedWindow.mWinAnimator; in WindowStateAnimator()