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 89 final WindowState mAttachedWindow;
344 mAttachedWindow = null;
365 mAttachedWindow = attachedWindow;
366 if (WindowManagerService.DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + mAttachedWindow);
368 int children_size = mAttachedWindow.mChildWindows.size();
370 mAttachedWindow.mChildWindows.add(this);
373 WindowState child = (WindowState)mAttachedWindow.mChildWindows.get(i);
375 mAttachedWindow.mChildWindows.add(i, this);
382 mAttachedWindow.mChildWindows.add(i, this);
388 if (children_size == mAttachedWindow.mChildWindows.size())
    [all...]
WindowStateAnimator.java 167 mAttachedWinAnimator = win.mAttachedWindow == null
168 ? null : win.mAttachedWindow.mWinAnimator;
    [all...]
DisplayMagnifier.java 221 if (!policy.isTopLevelWindow(windowType) && windowState.mAttachedWindow != null
WindowManagerService.java     [all...]

Completed in 79 milliseconds