Searched refs:mandatorySystemGestures (Results 1 – 14 of 14) sorted by relevance
22 import static android.view.WindowInsets.Type.mandatorySystemGestures;570 eq(0) /* index */, eq(mandatorySystemGestures()), any(), any()); in testInsetsAddedWhenCaptionIsVisible()635 eq(0) /* index */, eq(mandatorySystemGestures())); in testRelayout_captionHidden_insetsRemoved()659 eq(0) /* index */, eq(mandatorySystemGestures()), any(), any()); in testRelayout_captionHidden_neverWasVisible_insetsNotRemoved()664 any(), eq(0) /* index */, eq(mandatorySystemGestures())); in testRelayout_captionHidden_neverWasVisible_insetsNotRemoved()686 eq(0) /* index */, eq(mandatorySystemGestures()), any(), any()); in testClose_withExistingInsets_insetsRemoved()694 eq(0) /* index */, eq(mandatorySystemGestures())); in testClose_withExistingInsets_insetsRemoved()716 any(), eq(0) /* index */, eq(mandatorySystemGestures())); in testClose_withoutExistingInsets_insetsNotRemoved()743 eq(0) /* index */, eq(mandatorySystemGestures()), any(), any()); in testRelayout_captionFrameChanged_insetsReapplied()770 eq(0) /* index */, eq(mandatorySystemGestures()), any(), any()); in testRelayout_captionFrameUnchanged_insetsNotApplied()
19 import static android.view.WindowInsets.Type.mandatorySystemGestures;240 new InsetsFrameProvider(mInsetsSourceOwner, 0, mandatorySystemGestures());
24 import static android.view.WindowInsets.Type.mandatorySystemGestures;189 displayCutout() | systemGestures() | mandatorySystemGestures()); in updateAboveInsetsState()
36 import static android.view.WindowInsets.Type.mandatorySystemGestures;245 mandatorySystemGestures(), false /* ignoreVisibility */));
1483 & (Type.systemGestures() | Type.mandatorySystemGestures())) == 0) {
23 import static android.view.WindowInsets.Type.mandatorySystemGestures;763 wct.addInsetsSource(mToken, mOwner, INDEX, mandatorySystemGestures(), mFrame, in addOrUpdate()769 wct.removeInsetsSource(mToken, mOwner, INDEX, mandatorySystemGestures()); in remove()
499 new InsetsFrameProvider(owner, 0, WindowInsets.Type.mandatorySystemGestures()) in addNavigationBar()512 new InsetsFrameProvider(owner, 0, WindowInsets.Type.mandatorySystemGestures()) in addStatusBar()
382 new InsetsFrameProvider(owner, 0, WindowInsets.Type.mandatorySystemGestures()) in addCommonWindows()403 new InsetsFrameProvider(owner, 0, WindowInsets.Type.mandatorySystemGestures()) in addCommonWindows()465 new InsetsFrameProvider(owner, 0, WindowInsets.Type.mandatorySystemGestures()) in getNavBarLayoutParamsForRotation()
4746 new InsetsFrameProvider(owner, 0, WindowInsets.Type.mandatorySystemGestures())
849 insets.getBoundingRects(Type.mandatorySystemGestures()) in testCalculateBoundingRects_captionBar_reportedAsSysGesturesAndTappableElement()
1934 public static @InsetsType int mandatorySystemGestures() { in mandatorySystemGestures() method in WindowInsets.Type
1834 mInsetsSourceOwner, 0, WindowInsets.Type.mandatorySystemGestures()); in getInsetsFrameProvider()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
54383 method public static int mandatorySystemGestures();