Searched refs:setFitInsetsTypes (Results 1 – 13 of 13) sorted by relevance
298 setFitInsetsTypes(statusBars()); in refreshInsetsToFit()303 setFitInsetsTypes(WindowInsets.Type.systemBars()); in refreshInsetsToFit()306 setFitInsetsTypes(mHighestZOrder.getInsetTypesToFit()); in refreshInsetsToFit()332 private void setFitInsetsTypes(@InsetsType int types) { in setFitInsetsTypes() method in OverlayViewGlobalStateController333 mSystemUIOverlayWindowController.setFitInsetsTypes(types); in setFitInsetsTypes()
144 public void setFitInsetsTypes(@WindowInsets.Type.InsetsType int types) { in setFitInsetsTypes() method in SystemUIOverlayWindowController145 mLpChanged.setFitInsetsTypes(types); in setFitInsetsTypes()
202 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in showView_nothingAlreadyShown_fitsNavBarInsets_insetsAdjusted()324 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in showView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()463 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in showView_oldHighestZOrder_fitsNavBarInsets_insetsAdjusted()747 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in hideView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()842 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in hideView_oldHighestZOrder_fitsNavBarInsets_insetsAdjusted()886 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(statusBars()); in hideView_viewControllerOnlyShown_insetsAdjustedToDefault()1000 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(insetTypeToFit); in showView_setInsetsToFitByType_setsFitInsetsType()1022 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(WindowInsets.Type.systemBars()); in refreshInsetsToFit_setInsetsToFitBySideUsed_firstFitsAllSystemBars()1048 verify(mSystemUIOverlayWindowController, never()).setFitInsetsTypes(insetTypesToFit); in refreshInsetsToFit_bothInsetTypeAndSideDefined_insetTypeIgnored()
191 layoutParams.setFitInsetsTypes(0); // Handled by container view. in createLayoutParams()
123 mWmLayoutParams.setFitInsetsTypes(0); in inflate()
144 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
486 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
229 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
418 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
608 lp.setFitInsetsTypes(0); in getLayoutParams()
618 params.setFitInsetsTypes(params.getFitInsetsTypes() & ~Type.statusBars()); in createCustomTextToast()
600 lp.setFitInsetsTypes(WindowInsets.Type.statusBars() in launchDialog()
520 windowLayoutParams.setFitInsetsTypes(0); in createDefaultWindowLayoutParams()