Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java528 app.mLayoutSeq = 1; in testLayoutSeqResetOnReparent()
529 mDisplayContent.mLayoutSeq = 1; in testLayoutSeqResetOnReparent()
535 assertThat(app.mLayoutSeq, not(is(mDisplayContent.mLayoutSeq))); in testLayoutSeqResetOnReparent()
769 win.mLayoutSeq = win.getDisplayContent().mLayoutSeq; in testReportResizedWithRemoteException()
799 win.mLayoutSeq = win.getDisplayContent().mLayoutSeq; in testRequestResizeForBlastSync()
832 win.mLayoutSeq = win.getDisplayContent().mLayoutSeq; in testEmbeddedActivityResizing_clearAllDrawn()
H A DWallpaperControllerTests.java378 wallpaperWindow.mLayoutSeq = mDisplayContent.mLayoutSeq; in testWallpaperReportConfigChange()
H A DDisplayContentTests.java908 assertThat(win.mLayoutSeq, is(dc.mLayoutSeq)); in testLayoutSeq_assignedDuringLayout()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java412 int mLayoutSeq = -1; field in WindowState
1434 if ((!mHasSurface || getDisplayContent().mLayoutSeq != mLayoutSeq || isGoneForLayout()) in updateResizingWindowIfNeeded()
1570 mLayoutSeq = dc.mLayoutSeq - 1; in onDisplayChanged()
4101 + " mLayoutSeq=" + mLayoutSeq); in dump()
4938 return mLayoutSeq != -1; in isLaidOut()
H A DDisplayContent.java627 int mLayoutSeq = 0; field in DisplayContent
933 w.mLayoutSeq = mLayoutSeq;
970 w.mLayoutSeq = mLayoutSeq;
3641 pw.print(prefix); pw.print("mLayoutSeq="); pw.println(mLayoutSeq); in dump()
5086 int seq = mLayoutSeq + 1; in performLayoutNoTrace()
5088 mLayoutSeq = seq; in performLayoutNoTrace()