Searched defs:systemInsets (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/core/java/android/view/ |
| D | WindowCallbacks.java | 47 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() 58 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
|
| D | ViewRootImpl.java | 8105 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 | 82 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) { 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()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/lowram/ |
| D | TaskStackLowRamLayoutAlgorithm.java | 80 public void setSystemInsets(Rect systemInsets) { in setSystemInsets()
|
| /frameworks/base/core/java/android/widget/ |
| D | Magnifier.java | 359 final Rect systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in performPixelCopy() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
| D | RecentsImpl.java | 763 Rect systemInsets = new Rect(); in updateDummyStackViewLayout() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
| D | TaskStackView.java | 1171 public void setSystemInsets(Rect systemInsets) { in setSystemInsets() 1913 Rect systemInsets = new Rect(mStableLayoutAlgorithm.mSystemInsets); in onBusEvent() local
|
| D | TaskStackLayoutAlgorithm.java | 348 public boolean setSystemInsets(Rect systemInsets) { in setSystemInsets()
|