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

  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 80 final WindowState mAttachedWindow;
290 mAttachedWindow = null;
311 mAttachedWindow = attachedWindow;
312 if (WindowManagerService.DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + mAttachedWindow);
313 mAttachedWindow.mChildWindows.add(this);
327 mAttachedWindow = null;
336 while (appWin.mAttachedWindow != null) {
337 appWin = appWin.mAttachedWindow;
519 if (mAttachedWindow != null) {
520 if (!mPolicy.canMagnifyWindowLw(mAttachedWindow.mAttrs))
    [all...]
WindowStateAnimator.java 171 mAttachedWinAnimator = win.mAttachedWindow == null
172 ? null : win.mAttachedWindow.mWinAnimator;
    [all...]
WindowManagerService.java     [all...]

Completed in 109 milliseconds