Home
last modified time | relevance | path

Searched refs:mandatorySystemGestures (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DWindowDecorationTests.java22 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java19 import static android.view.WindowInsets.Type.mandatorySystemGestures;
240 new InsetsFrameProvider(mInsetsSourceOwner, 0, mandatorySystemGestures());
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsStateController.java24 import static android.view.WindowInsets.Type.mandatorySystemGestures;
189 displayCutout() | systemGestures() | mandatorySystemGestures()); in updateAboveInsetsState()
DRecentTasks.java36 import static android.view.WindowInsets.Type.mandatorySystemGestures;
245 mandatorySystemGestures(), false /* ignoreVisibility */));
DDisplayPolicy.java1483 & (Type.systemGestures() | Type.mandatorySystemGestures())) == 0) {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java23 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()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsPolicyTest.java499 new InsetsFrameProvider(owner, 0, WindowInsets.Type.mandatorySystemGestures()) in addNavigationBar()
512 new InsetsFrameProvider(owner, 0, WindowInsets.Type.mandatorySystemGestures()) in addStatusBar()
DWindowTestsBase.java382 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()
DSizeCompatTests.java4746 new InsetsFrameProvider(owner, 0, WindowInsets.Type.mandatorySystemGestures())
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java849 insets.getBoundingRects(Type.mandatorySystemGestures()) in testCalculateBoundingRects_captionBar_reportedAsSysGesturesAndTappableElement()
/frameworks/base/core/java/android/view/
DWindowInsets.java1934 public static @InsetsType int mandatorySystemGestures() { in mandatorySystemGestures() method in WindowInsets.Type
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java1834 mInsetsSourceOwner, 0, WindowInsets.Type.mandatorySystemGestures()); in getInsetsFrameProvider()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt54383 method public static int mandatorySystemGestures();