Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsPolicyTest.java110 WindowInsets insets = getOnMainSync(activity::getDispatchedInsets); in testWindowInsets_dispatched()
156 WindowInsets insets = getOnMainSync(activity::getDispatchedInsets); in testForcedConsumedTopInsets()
163 insets = getOnMainSync(fullscreenActivity::getDispatchedInsets); in testForcedConsumedTopInsets()
171 insets = getOnMainSync(fullscreenWmFlagsActivity::getDispatchedInsets); in testForcedConsumedTopInsets()
200 WindowInsets insets = getOnMainSync(immersiveActivity::getDispatchedInsets); in testImmersiveFullscreenHidesSystemBars()
332 WindowInsets getDispatchedInsets() {
DRoundedCornerTests.java146 () -> activity.getDispatchedInsets() != null); in verifyRoundedCorners()
147 final WindowInsets insets = activity.getDispatchedInsets(); in verifyRoundedCorners()
252 WindowInsets getDispatchedInsets() { in getDispatchedInsets() method in RoundedCornerTests.TestActivity
DDisplayCutoutTests.java379 WindowInsets dispatchedInsets = getOnMainSync(activity::getDispatchedInsets); in runTest()
742 WindowInsets getDispatchedInsets() {
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPrivacyIndicatorBoundsTests.java103 PollingCheck.waitFor(TIMEOUT_MS, () -> activity.getDispatchedInsets() != null); in testStaticBoundsAreNotNull()
105 WindowInsets insets = activity.getDispatchedInsets(); in testStaticBoundsAreNotNull()
176 WindowInsets getDispatchedInsets() { in getDispatchedInsets() method in PrivacyIndicatorBoundsTests.TestActivity