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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java157 final boolean mLayoutAttached; field in class:WindowState
536 mLayoutAttached = false;
582 mLayoutAttached = mAttrs.type !=
596 mLayoutAttached = false;
2542 if (isChildWindow() || mLayoutAttached) {
2544 pw.print(" mLayoutAttached="); pw.println(mLayoutAttached);

Completed in 70 milliseconds