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.java100 final boolean mLayoutAttached; field in WindowState
387 mLayoutAttached = false; in WindowState()
435 mLayoutAttached = mAttrs.type != in WindowState()
449 mLayoutAttached = false; in WindowState()
1481 if (mAttachedWindow != null || mLayoutAttached) { in dump()
1483 pw.print(" mLayoutAttached="); pw.println(mLayoutAttached); in dump()
DWindowManagerService.java8873 if (DEBUG_LAYOUT && !win.mLayoutAttached) { in performLayoutLockedInner()
8876 + " mLayoutAttached=" + win.mLayoutAttached in performLayoutLockedInner()
8903 if (!win.mLayoutAttached) { in performLayoutLockedInner()
8947 if (win.mLayoutAttached) { in performLayoutLockedInner()