Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsPolicyTest.java112 addStatusBar().mAttrs.forciblyShownTypes |= statusBars(); in testControlsForDispatch_forceStatusBarVisible()
124 addWindow(TYPE_NOTIFICATION_SHADE, "notificationShade").mAttrs.forciblyShownTypes |= in testControlsForDispatch_statusBarForceShowNavigation()
139 notifShade.mAttrs.forciblyShownTypes |= navigationBars(); in testControlsForDispatch_statusBarForceShowNavigation_butFocusedAnyways()
428 statusBar.mAttrs.forciblyShownTypes = statusBars(); in testFakeControlTarget_overrideVisibilityReceivedByWindows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java369 mLpChanged.forciblyShownTypes |= WindowInsets.Type.statusBars();
371 mLpChanged.forciblyShownTypes &= ~WindowInsets.Type.statusBars();
/frameworks/base/core/java/android/view/
DWindowManager.java4613 public @InsetsType int forciblyShownTypes; field in WindowManager.LayoutParams
5162 out.writeInt(forciblyShownTypes); in writeToParcel()
5239 forciblyShownTypes = in.readInt(); in LayoutParams()
5555 if (forciblyShownTypes != o.forciblyShownTypes) { in copyFrom()
5556 forciblyShownTypes = o.forciblyShownTypes; in copyFrom()
5812 if (forciblyShownTypes != 0) { in toString()
5815 WindowInsets.Type.toString(forciblyShownTypes)); in toString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java461 mLpChanged.forciblyShownTypes |= WindowInsets.Type.navigationBars(); in applyForceShowNavigationFlag()
463 mLpChanged.forciblyShownTypes &= ~WindowInsets.Type.navigationBars(); in applyForceShowNavigationFlag()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java1507 mForciblyShownTypes |= win.mAttrs.forciblyShownTypes;