Home
last modified time | relevance | path

Searched refs:mLayoutAttached (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java314 final boolean mLayoutAttached; field in WindowState
1126 mLayoutAttached = false; in WindowState()
1147 mLayoutAttached = mAttrs.type != in WindowState()
1159 mLayoutAttached = false; in WindowState()
1451 && mLayoutAttached && getParentWindow().frameChanged(); in updateResizingWindowIfNeeded()
3671 if (mLayoutAttached) { in fillClientWindowFramesAndConfiguration()
4106 if (mIsChildWindow || mLayoutAttached) { in dump()
4108 + " mLayoutAttached=" + mLayoutAttached); in dump()
H A DDisplayContent.java900 if (w.mLayoutAttached) {
953 if (!w.mLayoutAttached) {
H A DWindowManagerService.java1826 if (win.mLayoutAttached) { in addWindow()