Searched refs:mAttachedWindow (Results 1 – 7 of 7) sorted by relevance
153 final WindowState mAttachedWindow; field in WindowState535 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 …]
656 wb.mAttachedWindow != wallpaperTarget && in updateWallpaperWindowsTargetByLayer()657 (wallpaperTarget.mAttachedWindow == null || in updateWallpaperWindowsTargetByLayer()658 wb.mAttachedWindow != wallpaperTarget.mAttachedWindow) && in updateWallpaperWindowsTargetByLayer()
261 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()
373 && win.mAttachedWindow == null in updateWindowsLocked()391 && win.mAttachedWindow == null) { in updateWindowsLocked()
392 if (!policy.isTopLevelWindow(windowType) && windowState.mAttachedWindow != null in getMagnificationSpecForWindowLocked()1208 WindowState attachedWindow = windowState.mAttachedWindow; in obtainPopulatedWindowInfo()
668 w.mAttachedWindow); in applySurfaceChangesTransaction()1044 mService.mPolicy.layoutWindowLw(win, win.mAttachedWindow); in performLayoutLockedInner()
1354 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()