Searched defs:mAttachedWindow (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java154 final WindowState mAttachedWindow; field in class:WindowState
554 mAttachedWindow = null;
575 mAttachedWindow = attachedWindow;
576 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "Adding " + this + " to " + mAttachedWindow);
578 final WindowList childWindows = mAttachedWindow.mChildWindows;
614 mAttachedWindow = null;
624 appWin = appWin.mAttachedWindow;
1053 win = win.mAttachedWindow;
1423 && (mAttachedWindow == null || !mAttachedWindow
[all...]

Completed in 51 milliseconds