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.java249 final boolean mLayoutAttached; field in WindowState
724 mLayoutAttached = false; in WindowState()
747 mLayoutAttached = mAttrs.type != in WindowState()
759 mLayoutAttached = false; in WindowState()
3325 if (mIsChildWindow || mLayoutAttached) { in dump()
3327 pw.print(" mLayoutAttached="); pw.println(mLayoutAttached); in dump()
DDisplayContent.java531 if (DEBUG_LAYOUT && !w.mLayoutAttached) {
533 + " mLayoutAttached=" + w.mLayoutAttached
555 if (!w.mLayoutAttached) {
589 if (w.mLayoutAttached) {