Home
last modified time | relevance | path

Searched defs:systemInsets (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DWindowCallbacks.java44 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging()
55 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
H A DViewRootImpl.java10758 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DNavigationBarController.java196 final Insets systemInsets = getSystemInsets(); in installNavigationBarFrameIfNecessary() local
268 final Insets systemInsets = getSystemInsets(); in updateTouchableInsets() local
413 final Insets systemInsets = getSystemInsets(); in onWindowShown() local
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DInteractionMonitorDebugOverlay.java200 Rect systemInsets, Rect stableInsets) { in onWindowSizeIsChanging()
205 Rect systemInsets, Rect stableInsets) { in onWindowDragResizeStart()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1123 final Insets systemInsets = clearsCompatInsets in updateColorViews() local
2385 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging()
2393 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
/aosp14/frameworks/base/core/java/android/widget/
H A DMagnifier.java875 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates() local