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.java189 final boolean mLayoutAttached; field in WindowState
610 mLayoutAttached = false; in WindowState()
633 mLayoutAttached = mAttrs.type != in WindowState()
645 mLayoutAttached = false; in WindowState()
3298 if (mIsChildWindow || mLayoutAttached) { in dump()
3300 pw.print(" mLayoutAttached="); pw.println(mLayoutAttached); in dump()
DDisplayContent.java490 if (DEBUG_LAYOUT && !w.mLayoutAttached) {
492 + " mLayoutAttached=" + w.mLayoutAttached
514 if (!w.mLayoutAttached) {
550 if (w.mLayoutAttached) {