Searched defs:systemInsets (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/view/ |
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()
|
D | ViewRootImpl.java | 8562 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | WindowCallbacksCompat.java | 69 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() 72 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 81 boolean fullscreen, Rect systemInsets, Rect stableInsets) { in BackdropFrameRenderer() 160 public void setTargetRect(Rect newTargetBounds, boolean fullscreen, Rect systemInsets, in setTargetRect() 310 private void redrawLocked(Rect newBounds, boolean fullscreen, Rect systemInsets, in redrawLocked() 367 boolean fullscreen, Rect systemInsets, Rect stableInsets) { in drawColorViews()
|
D | DecorView.java | 2262 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() 2270 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/lowram/ |
D | TaskStackLowRamLayoutAlgorithm.java | 80 public void setSystemInsets(Rect systemInsets) { in setSystemInsets()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/ |
D | RecentsImpl.java | 749 Rect systemInsets = new Rect(); in updateDummyStackViewLayout() local
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 1170 public void setSystemInsets(Rect systemInsets) { in setSystemInsets() 1912 Rect systemInsets = new Rect(mStableLayoutAlgorithm.mSystemInsets); in onBusEvent() local
|
D | TaskStackLayoutAlgorithm.java | 348 public boolean setSystemInsets(Rect systemInsets) { in setSystemInsets()
|
/frameworks/base/core/java/android/widget/ |
D | Magnifier.java | 733 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates() local
|