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

  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 95 final WindowState mAttachedWindow;
365 mAttachedWindow = null;
386 mAttachedWindow = attachedWindow;
387 if (WindowManagerService.DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + mAttachedWindow);
389 int children_size = mAttachedWindow.mChildWindows.size();
391 mAttachedWindow.mChildWindows.add(this);
394 WindowState child = (WindowState)mAttachedWindow.mChildWindows.get(i);
396 mAttachedWindow.mChildWindows.add(i, this);
403 mAttachedWindow.mChildWindows.add(i, this);
409 if (children_size == mAttachedWindow.mChildWindows.size())
    [all...]
AccessibilityController.java 375 if (!policy.isTopLevelWindow(windowType) && windowState.mAttachedWindow != null
    [all...]
WindowStateAnimator.java 199 mAttachedWinAnimator = win.mAttachedWindow == null
200 ? null : win.mAttachedWindow.mWinAnimator;
    [all...]
WindowManagerService.java     [all...]

Completed in 48 milliseconds