Home
last modified time | relevance | path

Searched refs:mLayoutSeq (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java487 app.mLayoutSeq = 1; in testLayoutSeqResetOnReparent()
488 mDisplayContent.mLayoutSeq = 1; in testLayoutSeqResetOnReparent()
494 assertThat(app.mLayoutSeq, not(is(mDisplayContent.mLayoutSeq))); in testLayoutSeqResetOnReparent()
669 win.mLayoutSeq = win.getDisplayContent().mLayoutSeq; in testReportResizedWithRemoteException()
698 win.mLayoutSeq = win.getDisplayContent().mLayoutSeq; in testRequestResizeForBlastSync()
H A DDisplayContentTests.java804 assertThat(win.mLayoutSeq, is(dc.mLayoutSeq)); in testLayoutSeq_assignedDuringLayout()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java579 int mLayoutSeq = 0; field in DisplayContent
860 w.mLayoutSeq = mLayoutSeq;
902 w.mLayoutSeq = mLayoutSeq;
3346 pw.print(prefix); pw.print("mLayoutSeq="); pw.println(mLayoutSeq); in dump()
4586 int seq = mLayoutSeq + 1; in performLayoutNoTrace()
4588 mLayoutSeq = seq; in performLayoutNoTrace()
H A DWindowState.java405 int mLayoutSeq = -1; field in WindowState
1538 if (!mHasSurface || getDisplayContent().mLayoutSeq != mLayoutSeq || isGoneForLayout()) { in updateResizingWindowIfNeeded()
1669 mLayoutSeq = dc.mLayoutSeq - 1; in onDisplayChanged()
4314 + " mLayoutSeq=" + mLayoutSeq); in dump()
5321 return mLayoutSeq != -1; in isLaidOut()