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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java249 final boolean mLayoutAttached; field in class:WindowState
724 mLayoutAttached = false;
747 mLayoutAttached = mAttrs.type !=
759 mLayoutAttached = false;
3325 if (mIsChildWindow || mLayoutAttached) {
3327 pw.print(" mLayoutAttached="); pw.println(mLayoutAttached);
H A DDisplayContent.java531 if (DEBUG_LAYOUT && !w.mLayoutAttached) {
533 + " mLayoutAttached=" + w.mLayoutAttached
555 if (!w.mLayoutAttached) {
589 if (w.mLayoutAttached) {

Completed in 36 milliseconds