Home
last modified time | relevance | path

Searched refs:systemGestures (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsStateController.java32 import static android.view.WindowInsets.Type.systemGestures;
324 displayCutout() | systemGestures() | mandatorySystemGestures()); in updateAboveInsetsState()
/aosp12/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java99 final Insets gestureInsets = insets.getInsets(Type.systemGestures()); in onApplyWindowInsets()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java20 import static android.view.WindowInsets.Type.systemGestures;
542 .setInsets(systemGestures(), Insets.of(0, 0, 0, 10)) in setSystemGestureInsets()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java19 import static android.view.WindowInsets.Type.systemGestures;
251 final Insets insets = windowMetrics.getWindowInsets().getInsets(systemGestures()); in updateSystemGestureInsetsTop()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowInsets.java1532 public static @InsetsType int systemGestures() { in systemGestures() method in WindowInsets.Type
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java293 WindowInsets.Type.systemGestures()); in getTouchRegion()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java953 rootView.getRootWindowInsets().getInsets(Type.systemGestures()); in setImeExclusionRect()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50420 method public static int systemGestures();