Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestGetWindowLayoutInfoActivity.java46 @Nullable private SidecarWindowLayoutInfo mPrevWindowLayoutInfo; field in TestGetWindowLayoutInfoActivity
92 if (mPrevWindowLayoutInfo == null) { in assertCorrectWindowLayoutInfoOrException()
93 mPrevWindowLayoutInfo = windowLayoutInfo; in assertCorrectWindowLayoutInfoOrException()
95 assertEqualWindowLayoutInfo(mPrevWindowLayoutInfo, windowLayoutInfo); in assertCorrectWindowLayoutInfoOrException()