Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInsetsPolicyTest.java109 addStatusBar().mAttrs.forciblyShownTypes |= statusBars(); in testControlsForDispatch_forceStatusBarVisible()
121 addWindow(TYPE_NOTIFICATION_SHADE, "notificationShade").mAttrs.forciblyShownTypes |= in testControlsForDispatch_statusBarForceShowNavigation()
136 notifShade.mAttrs.forciblyShownTypes |= navigationBars(); in testControlsForDispatch_statusBarForceShowNavigation_butFocusedAnyways()
421 statusBar.mAttrs.forciblyShownTypes = statusBars(); in testFakeControlTarget_overrideVisibilityReceivedByWindows()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java364 mLpChanged.forciblyShownTypes |= WindowInsets.Type.statusBars();
366 mLpChanged.forciblyShownTypes &= ~WindowInsets.Type.statusBars();
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManager.java4394 public @InsetsType int forciblyShownTypes; field in WindowManager.LayoutParams
4854 out.writeInt(forciblyShownTypes); in writeToParcel()
4926 forciblyShownTypes = in.readInt(); in LayoutParams()
5232 if (forciblyShownTypes != o.forciblyShownTypes) { in copyFrom()
5233 forciblyShownTypes = o.forciblyShownTypes; in copyFrom()
5474 if (forciblyShownTypes != 0) { in toString()
5477 WindowInsets.Type.toString(forciblyShownTypes)); in toString()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java405 mLpChanged.forciblyShownTypes |= WindowInsets.Type.navigationBars(); in applyForceShowNavigationFlag()
407 mLpChanged.forciblyShownTypes &= ~WindowInsets.Type.navigationBars(); in applyForceShowNavigationFlag()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java1466 mForciblyShownTypes |= win.mAttrs.forciblyShownTypes;