Home
last modified time | relevance | path

Searched refs:mLayoutAttached (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java103 final boolean mLayoutAttached; field in WindowState
409 mLayoutAttached = false; in WindowState()
455 mLayoutAttached = mAttrs.type != in WindowState()
469 mLayoutAttached = false; in WindowState()
1598 if (mAttachedWindow != null || mLayoutAttached) { in dump()
1600 pw.print(" mLayoutAttached="); pw.println(mLayoutAttached); in dump()
DWindowManagerService.java9061 if (DEBUG_LAYOUT && !win.mLayoutAttached) { in performLayoutLockedInner()
9064 + " mLayoutAttached=" + win.mLayoutAttached in performLayoutLockedInner()
9091 if (!win.mLayoutAttached) { in performLayoutLockedInner()
9125 if (win.mLayoutAttached) { in performLayoutLockedInner()