Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java153 final WindowState mAttachedWindow; field in WindowState
535 mAttachedWindow = null; in WindowState()
556 mAttachedWindow = attachedWindow; in WindowState()
557 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + mAttachedWindow); in WindowState()
559 final WindowList childWindows = mAttachedWindow.mChildWindows; in WindowState()
595 mAttachedWindow = null; in WindowState()
605 appWin = appWin.mAttachedWindow; in WindowState()
1034 win = win.mAttachedWindow; in getBaseType()
1400 && (mAttachedWindow == null || !mAttachedWindow.hasMoved()); in hasMoved()
1445 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "Removing " + this + " from " + mAttachedWindow); in removeLocked()
[all …]
DWallpaperController.java656 wb.mAttachedWindow != wallpaperTarget && in updateWallpaperWindowsTargetByLayer()
657 (wallpaperTarget.mAttachedWindow == null || in updateWallpaperWindowsTargetByLayer()
658 wb.mAttachedWindow != wallpaperTarget.mAttachedWindow) && in updateWallpaperWindowsTargetByLayer()
DWindowStateAnimator.java261 mAttachedWinAnimator = win.mAttachedWindow == null in WindowStateAnimator()
262 ? null : win.mAttachedWindow.mWinAnimator; in WindowStateAnimator()
1161 (w.isChildWindow() && w.mAttachedWindow.isDockedResizing())) { in calculateSystemDecorRect()
2042 mWin.mAttachedWindow.mWinAnimator.mSurfaceController.getHandle(), in deferTransactionUntilParentFrame()
2062 mWin.mAttachedWindow.mWinAnimator.mSurfaceController.getHandle(), in deferToPendingTransaction()
DWindowAnimator.java373 && win.mAttachedWindow == null in updateWindowsLocked()
391 && win.mAttachedWindow == null) { in updateWindowsLocked()
DAccessibilityController.java392 if (!policy.isTopLevelWindow(windowType) && windowState.mAttachedWindow != null in getMagnificationSpecForWindowLocked()
1208 WindowState attachedWindow = windowState.mAttachedWindow; in obtainPopulatedWindowInfo()
DWindowSurfacePlacer.java668 w.mAttachedWindow); in applySurfaceChangesTransaction()
1044 mService.mPolicy.layoutWindowLw(win, win.mAttachedWindow); in performLayoutLockedInner()
DWindowManagerService.java1354 final WindowState attached = win.mAttachedWindow; in addAttachedWindowToListLocked()
1415 if (win.mAttachedWindow == null) { in addWindowToListInOrderLocked()
1703 if (wp == mInputMethodWindow || wp.mAttachedWindow == mInputMethodWindow) { in moveInputMethodDialogsLocked()
2700 if (win.mAttachedWindow == null) { in repositionChild()
3085 if (win.mHasSurface && win.mAttachedWindow == null) { in relayoutVisibleWindow()