Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDisplayCutoutTests.java269 WindowInsets dispatchedInsets = getOnMainSync(activity::getDispatchedInsets); in runTest() local
272 dispatchedInsets, notNullValue()); in runTest()
275 final DisplayCutout dispatchedDisplayCutout = dispatchedInsets.getDisplayCutout(); in runTest()
293 assertSafeInsetsAreConsistentWithDisplayCutoutInsets(dispatchedInsets); in runTest()
296 test.run(activity, dispatchedInsets, dispatchedDisplayCutout, DISPATCHED); in runTest()