Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DWindowCallbacks.java48 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging()
59 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
H A DViewRootImpl.java10010 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1124 final Insets systemInsets = clearCompatInsets in updateColorViews() local
2373 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging()
2381 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java875 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates() local