Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowCallbacks.java48 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging()
59 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart()
DViewRootImpl.java8562 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowCallbacksCompat.java69 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/
DBackdropFrameRenderer.java81 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()
DDecorView.java2262 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/
DTaskStackLowRamLayoutAlgorithm.java80 public void setSystemInsets(Rect systemInsets) { in setSystemInsets()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java749 Rect systemInsets = new Rect(); in updateDummyStackViewLayout() local
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackView.java1170 public void setSystemInsets(Rect systemInsets) { in setSystemInsets()
1912 Rect systemInsets = new Rect(mStableLayoutAlgorithm.mSystemInsets); in onBusEvent() local
DTaskStackLayoutAlgorithm.java348 public boolean setSystemInsets(Rect systemInsets) { in setSystemInsets()
/frameworks/base/core/java/android/widget/
DMagnifier.java733 final Insets systemInsets = mView.getRootWindowInsets().getSystemWindowInsets(); in getCurrentClampedWindowCoordinates() local