/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 81 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 …]
|
D | DecorView.java | 2019 Rect stableInsets) { 2021 mBackdropFrameRenderer.setTargetRect(newBounds, fullscreen, systemInsets, stableInsets); 2027 Rect stableInsets, int resizeMode) { 2043 stableInsets, resizeMode);
|
/frameworks/base/core/java/android/view/ |
D | WindowCallbacks.java | 48 Rect stableInsets); in onWindowSizeIsChanging() argument 59 Rect stableInsets, int resizeMode); in onWindowDragResizeStart() argument
|
D | WindowInsets.java | 66 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()
|
D | IWindow.aidl | 51 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
|
D | ViewRootImpl.java | 1406 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 …]
|
D | SurfaceView.java | 809 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 40 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, in resized() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 2339 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/ |
D | WallpaperService.java | 274 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
|