Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowState.java89 final WindowState mAttachedWindow; field in WindowState
344 mAttachedWindow = null; in WindowState()
365 mAttachedWindow = attachedWindow; in WindowState()
366 …f (WindowManagerService.DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + mAttachedWindow); in WindowState()
368 int children_size = mAttachedWindow.mChildWindows.size(); in WindowState()
370 mAttachedWindow.mChildWindows.add(this); in WindowState()
373 WindowState child = (WindowState)mAttachedWindow.mChildWindows.get(i); in WindowState()
375 mAttachedWindow.mChildWindows.add(i, this); in WindowState()
382 mAttachedWindow.mChildWindows.add(i, this); in WindowState()
388 if (children_size == mAttachedWindow.mChildWindows.size()) { in WindowState()
[all …]
DDisplayMagnifier.java221 if (!policy.isTopLevelWindow(windowType) && windowState.mAttachedWindow != null in getMagnificationSpecForWindowLocked()
DWindowStateAnimator.java167 mAttachedWinAnimator = win.mAttachedWindow == null in WindowStateAnimator()
168 ? null : win.mAttachedWindow.mWinAnimator; in WindowStateAnimator()
DWindowManagerService.java1090 final WindowState attached = win.mAttachedWindow; in addAttachedWindowToListLocked()
1151 if (win.mAttachedWindow == null) { in addWindowToListInOrderLocked()
1771 wb.mAttachedWindow != foundW && in adjustWallpaperWindowsLocked()
1772 (foundW.mAttachedWindow == null || in adjustWallpaperWindowsLocked()
1773 wb.mAttachedWindow != foundW.mAttachedWindow) && in adjustWallpaperWindowsLocked()
3767 if (win.mAttachedWindow == null && win.isVisibleLw() && in setFocusedStackLayer()
8358 mPolicy.layoutWindowLw(win, win.mAttrs, win.mAttachedWindow); in performLayoutLockedInner()