Home
last modified time | relevance | path

Searched refs:stableInsets (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java81 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) { in BackdropFrameRenderer() argument
99 mStableInsets.set(stableInsets); in BackdropFrameRenderer()
101 mOldStableInsets.set(stableInsets); in BackdropFrameRenderer()
157 Rect stableInsets) { in setTargetRect() argument
162 mStableInsets.set(stableInsets); in setTargetRect()
307 Rect stableInsets) { in redrawLocked() argument
354 drawColorViews(left, top, width, height, fullscreen, systemInsets, stableInsets); in redrawLocked()
363 boolean fullscreen, Rect systemInsets, Rect stableInsets) { in drawColorViews() argument
370 final int bottomInset = DecorView.getColorViewBottomInset(stableInsets.bottom, in drawColorViews()
372 final int rightInset = DecorView.getColorViewRightInset(stableInsets.right, in drawColorViews()
[all …]
DDecorView.java2019 Rect stableInsets) {
2021 mBackdropFrameRenderer.setTargetRect(newBounds, fullscreen, systemInsets, stableInsets);
2027 Rect stableInsets, int resizeMode) {
2043 stableInsets, resizeMode);
/frameworks/base/core/java/android/view/
DWindowCallbacks.java48 Rect stableInsets); in onWindowSizeIsChanging() argument
59 Rect stableInsets, int resizeMode); in onWindowDragResizeStart() argument
DWindowInsets.java66 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets, in WindowInsets() argument
74 mStableInsetsConsumed = stableInsets == null; in WindowInsets()
75 mStableInsets = mStableInsetsConsumed ? EMPTY_RECT : stableInsets; in WindowInsets()
DIWindow.aidl51 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
DViewRootImpl.java1406 Rect stableInsets = mDispatchStableInsets; in getWindowInsets() local
1411 !mPendingStableInsets.equals(stableInsets))) { in getWindowInsets()
1413 stableInsets = mPendingStableInsets; in getWindowInsets()
1422 null /* windowDecorInsets */, stableInsets, in getWindowInsets()
5959 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
5975 visibleInsets, stableInsets); in dispatchResized()
5994 args.arg6 = sameProcessCall ? new Rect(stableInsets) : stableInsets; in dispatchResized()
7000 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
7006 visibleInsets, stableInsets, outsets, reportDraw, newConfig, backDropFrame, in resized()
7178 Rect stableInsets, int resizeMode) { in startDragResizing() argument
[all …]
DSurfaceView.java809 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java40 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, in resized() argument
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java2339 final Rect stableInsets = mLastStableInsets; in reportResized() local
2350 stableInsets, outsets, reportDraw, newConfig); in reportResized()
2357 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, in reportResized()
2414 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
2418 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, outsets, in dispatchResized()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java274 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,