HomeSort by relevance Sort by last modified time
    Searched refs:mAttachedWindow (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 91 final WindowState mAttachedWindow;
341 mAttachedWindow = null;
362 mAttachedWindow = attachedWindow;
363 if (WindowManagerService.DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + mAttachedWindow);
364 mAttachedWindow.mChildWindows.add(this);
378 mAttachedWindow = null;
387 while (appWin.mAttachedWindow != null) {
388 appWin = appWin.mAttachedWindow;
    [all...]
WindowStateAnimator.java 175 mAttachedWinAnimator = win.mAttachedWindow == null
176 ? null : win.mAttachedWindow.mWinAnimator;
    [all...]
DisplayMagnifier.java 221 if (!policy.isTopLevelWindow(windowType) && windowState.mAttachedWindow != null
WindowManagerService.java     [all...]

Completed in 130 milliseconds