Searched refs:systemGestures (Results 1 – 8 of 8) sorted by relevance
32 import static android.view.WindowInsets.Type.systemGestures;324 displayCutout() | systemGestures() | mandatorySystemGestures()); in updateAboveInsetsState()
99 final Insets gestureInsets = insets.getInsets(Type.systemGestures()); in onApplyWindowInsets()
20 import static android.view.WindowInsets.Type.systemGestures;542 .setInsets(systemGestures(), Insets.of(0, 0, 0, 10)) in setSystemGestureInsets()
19 import static android.view.WindowInsets.Type.systemGestures;251 final Insets insets = windowMetrics.getWindowInsets().getInsets(systemGestures()); in updateSystemGestureInsetsTop()
1532 public static @InsetsType int systemGestures() { in systemGestures() method in WindowInsets.Type
293 WindowInsets.Type.systemGestures()); in getTouchRegion()
953 rootView.getRootWindowInsets().getInsets(Type.systemGestures()); in setImeExclusionRect()
50420 method public static int systemGestures();