Searched defs:stableInsets (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowCallbacks.java | 48 Rect stableInsets); in onWindowSizeIsChanging() 59 Rect stableInsets, int resizeMode); in onWindowDragResizeStart()
|
D | IWindow.aidl | 51 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized()
|
D | WindowInsets.java | 66 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets, in WindowInsets()
|
D | SurfaceView.java | 809 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized()
|
D | ViewRootImpl.java | 1406 Rect stableInsets = mDispatchStableInsets; in getWindowInsets() local 5959 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() 7000 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() 7178 Rect stableInsets, int resizeMode) { in startDragResizing()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 81 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) { in BackdropFrameRenderer() 157 Rect stableInsets) { in setTargetRect() 307 Rect stableInsets) { in redrawLocked() 363 boolean fullscreen, Rect systemInsets, Rect stableInsets) { in drawColorViews()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 40 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, in resized()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 2339 final Rect stableInsets = mLastStableInsets; in reportResized() local 2414 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized()
|