Searched defs:systemInsets (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowCallbacks.java | 48 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() 59 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
|
H A D | ViewRootImpl.java | 10010 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorView.java | 1124 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 D | Magnifier.java | 875 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates() local
|