Searched refs:forciblyShownTypes (Results 1 – 5 of 5) sorted by relevance
109 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()
364 mLpChanged.forciblyShownTypes |= WindowInsets.Type.statusBars();366 mLpChanged.forciblyShownTypes &= ~WindowInsets.Type.statusBars();
4394 public @InsetsType int forciblyShownTypes; field in WindowManager.LayoutParams4854 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()
405 mLpChanged.forciblyShownTypes |= WindowInsets.Type.navigationBars(); in applyForceShowNavigationFlag()407 mLpChanged.forciblyShownTypes &= ~WindowInsets.Type.navigationBars(); in applyForceShowNavigationFlag()
1466 mForciblyShownTypes |= win.mAttrs.forciblyShownTypes;