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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java72 final WindowState mAttachedWindow; field in class:WindowState
320 mAttachedWindow = null;
340 mAttachedWindow = attachedWindow;
341 if (WindowManagerService.DEBUG_ADD_REMOVE) Slog.v(WindowManagerService.TAG, "Adding " + this + " to " + mAttachedWindow);
342 mAttachedWindow.mChildWindows.add(this);
356 mAttachedWindow = null;
365 while (appWin.mAttachedWindow != null) {
366 appWin = mAttachedWindow;
1172 (mAttachedWindow != null && mAttachedWindow
[all...]

Completed in 9 milliseconds