Searched refs:forciblyShownTypes (Results 1 – 5 of 5) sorted by relevance
112 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()
369 mLpChanged.forciblyShownTypes |= WindowInsets.Type.statusBars();371 mLpChanged.forciblyShownTypes &= ~WindowInsets.Type.statusBars();
4613 public @InsetsType int forciblyShownTypes; field in WindowManager.LayoutParams5162 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()
461 mLpChanged.forciblyShownTypes |= WindowInsets.Type.navigationBars(); in applyForceShowNavigationFlag()463 mLpChanged.forciblyShownTypes &= ~WindowInsets.Type.navigationBars(); in applyForceShowNavigationFlag()
1507 mForciblyShownTypes |= win.mAttrs.forciblyShownTypes;