Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowCallbacksCompat.java30 Rect stableInsets) {
32 stableInsets);
37 Rect systemInsets, Rect stableInsets, int resizeMode) {
39 systemInsets, stableInsets, resizeMode);
70 Rect stableInsets) { } in onWindowSizeIsChanging() argument
73 Rect stableInsets, int resizeMode) { } in onWindowDragResizeStart() argument
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java81 boolean fullscreen, Rect systemInsets, Rect stableInsets) { in BackdropFrameRenderer() argument
99 mStableInsets.set(stableInsets); in BackdropFrameRenderer()
101 mOldStableInsets.set(stableInsets); in BackdropFrameRenderer()
161 Rect stableInsets) { in setTargetRect() argument
166 mStableInsets.set(stableInsets); in setTargetRect()
311 Rect stableInsets) { in redrawLocked() argument
358 drawColorViews(left, top, width, height, fullscreen, systemInsets, stableInsets); in redrawLocked()
367 boolean fullscreen, Rect systemInsets, Rect stableInsets) { in drawColorViews() argument
383 DecorView.getNavigationBarRect(width, height, stableInsets, systemInsets, mTmpRect, 1f); in drawColorViews()
DPipSnapAlgorithm.java251 Rect stableInsets) { in applyMinimizedOffset() argument
253 stackBounds.offsetTo(stableInsets.left + mMinimizedVisibleSize - stackBounds.width(), in applyMinimizedOffset()
256 stackBounds.offsetTo(displaySize.x - stableInsets.right - mMinimizedVisibleSize, in applyMinimizedOffset()
DDecorView.java1086 public static void getNavigationBarRect(int canvasWidth, int canvasHeight, Rect stableInsets, in getNavigationBarRect() argument
1089 (int) (getColorViewBottomInset(stableInsets.bottom, contentInsets.bottom) * scale); in getNavigationBarRect()
1091 (int) (getColorViewLeftInset(stableInsets.left, contentInsets.left) * scale); in getNavigationBarRect()
1093 (int) (getColorViewLeftInset(stableInsets.right, contentInsets.right) * scale); in getNavigationBarRect()
2265 Rect stableInsets) { in onWindowSizeIsChanging() argument
2267 mBackdropFrameRenderer.setTargetRect(newBounds, fullscreen, systemInsets, stableInsets); in onWindowSizeIsChanging()
2273 Rect stableInsets, int resizeMode) { in onWindowDragResizeStart() argument
2289 stableInsets); in onWindowDragResizeStart()
/frameworks/base/core/java/android/view/
DWindowCallbacks.java49 Rect stableInsets); in onWindowSizeIsChanging() argument
60 Rect stableInsets, int resizeMode); in onWindowDragResizeStart() argument
DIWindow.aidl55 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
DWindowInsets.java1098 public Builder setStableInsets(@NonNull Insets stableInsets) { in setStableInsets() argument
1099 Preconditions.checkNotNull(stableInsets); in setStableInsets()
1100 assignCompatInsets(mTypeMaxInsetsMap, stableInsets.toRect()); in setStableInsets()
DViewRootImpl.java1899 Rect stableInsets = mDispatchStableInsets; in getWindowInsets() local
1906 !mPendingStableInsets.equals(stableInsets) || in getWindowInsets()
1909 stableInsets = mPendingStableInsets; in getWindowInsets()
1919 stableInsets = ensureInsetsNonNegative(stableInsets, "stable"); in getWindowInsets()
1923 contentInsets, stableInsets, mWindowAttributes.softInputMode); in getWindowInsets()
7401 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
7418 visibleInsets, stableInsets); in dispatchResized()
7438 args.arg6 = sameProcessCall ? new Rect(stableInsets) : stableInsets; in dispatchResized()
8537 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
8544 visibleInsets, stableInsets, outsets, reportDraw, mergedConfiguration, in resized()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipDismissViewController.java72 final Rect stableInsets = new Rect(); in createDismissTarget() local
73 WindowManagerWrapper.getInstance().getStableInsets(stableInsets); in createDismissTarget()
97 tlp.bottomMargin = stableInsets.bottom + bottomMargin; in createDismissTarget()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java277 void setFrames(Rect frame, Rect contentInsets, Rect stableInsets) { in setFrames() argument
280 mStableInsets.set(stableInsets); in setFrames()
283 mSystemBarBackgroundPainter.setInsets(contentInsets, stableInsets); in setFrames()
470 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
529 void setInsets(Rect contentInsets, Rect stableInsets) { in setInsets() argument
531 mStableInsets.set(stableInsets); in setInsets()
DAppTransition.java1227 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean freeform, in createAspectScaledThumbnailEnterExitAnimationLocked() argument
1292 mTmpFromClipRect.top += stableInsets.top; in createAspectScaledThumbnailEnterExitAnimationLocked()
1293 y += stableInsets.top; in createAspectScaledThumbnailEnterExitAnimationLocked()
1616 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation() argument
1703 insets, surfaceInsets, stableInsets, freeform, taskId); in loadAnimation()
DWindowState.java3236 final Rect stableInsets = mWindowFrames.mLastStableInsets; in reportResized() local
3250 stableInsets, outsets, reportDraw, mergedConfiguration, in reportResized()
3258 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, in reportResized()
3370 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
3376 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, outsets, in dispatchResized()
DAppWindowToken.java2658 final Rect stableInsets = new Rect(); in loadAnimation() local
2681 win.getStableInsets(stableInsets); in loadAnimation()
2696 surfaceInsets, stableInsets, isVoiceInteraction, freeform, getTask().mTaskId); in loadAnimation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java41 Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfig, in resized() argument
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java52 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java322 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,