Searched refs:getDispatchedInsets (Results 1 – 4 of 4) sorted by relevance
110 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() {
146 () -> activity.getDispatchedInsets() != null); in verifyRoundedCorners()147 final WindowInsets insets = activity.getDispatchedInsets(); in verifyRoundedCorners()252 WindowInsets getDispatchedInsets() { in getDispatchedInsets() method in RoundedCornerTests.TestActivity
379 WindowInsets dispatchedInsets = getOnMainSync(activity::getDispatchedInsets); in runTest()742 WindowInsets getDispatchedInsets() {
103 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