Home
last modified time | relevance | path

Searched refs:stableInsets (Results 1 – 17 of 17) 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.java82 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) { in BackdropFrameRenderer() argument
100 mStableInsets.set(stableInsets); in BackdropFrameRenderer()
102 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); 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.java1039 public static void getNavigationBarRect(int canvasWidth, int canvasHeight, Rect stableInsets, in getNavigationBarRect() argument
1041 final int bottomInset = getColorViewBottomInset(stableInsets.bottom, contentInsets.bottom); in getNavigationBarRect()
1042 final int leftInset = getColorViewLeftInset(stableInsets.left, contentInsets.left); in getNavigationBarRect()
1043 final int rightInset = getColorViewLeftInset(stableInsets.right, contentInsets.right); in getNavigationBarRect()
2070 Rect stableInsets) {
2072 mBackdropFrameRenderer.setTargetRect(newBounds, fullscreen, systemInsets, stableInsets);
2078 Rect stableInsets, int resizeMode) {
2094 stableInsets, resizeMode);
/frameworks/base/core/java/android/view/
DWindowCallbacks.java48 Rect stableInsets); in onWindowSizeIsChanging() argument
59 Rect stableInsets, int resizeMode); in onWindowDragResizeStart() argument
DWindowInsets.java79 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets, in WindowInsets() argument
88 mStableInsetsConsumed = stableInsets == null; in WindowInsets()
89 mStableInsets = mStableInsetsConsumed ? EMPTY_RECT : new Rect(stableInsets); in WindowInsets()
DIWindow.aidl52 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
DViewRootImpl.java1614 Rect stableInsets = mDispatchStableInsets;
1620 !mPendingStableInsets.equals(stableInsets) ||
1623 stableInsets = mPendingStableInsets;
1633 stableInsets = ensureInsetsNonNegative(stableInsets, "stable");
1635 null /* windowDecorInsets */, stableInsets,
6833 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
6850 visibleInsets, stableInsets); in dispatchResized()
6870 args.arg6 = sameProcessCall ? new Rect(stableInsets) : stableInsets; in dispatchResized()
7918 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
7925 visibleInsets, stableInsets, outsets, reportDraw, mergedConfiguration, in resized()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipDismissViewController.java61 final Rect stableInsets = new Rect(); in createDismissTarget() local
62 SystemServicesProxy.getInstance(mContext).getStableInsets(stableInsets); in createDismissTarget()
84 tlp.bottomMargin = stableInsets.bottom + bottomMargin; in createDismissTarget()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java270 void setFrames(Rect frame, Rect contentInsets, Rect stableInsets) { in setFrames() argument
273 mStableInsets.set(stableInsets); in setFrames()
276 mSystemBarBackgroundPainter.setInsets(contentInsets, stableInsets); in setFrames()
444 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
493 void setInsets(Rect contentInsets, Rect stableInsets) { in setInsets() argument
495 mStableInsets.set(stableInsets); in setInsets()
DStackWindowController.java340 Rect stableInsets, Rect displayBounds, boolean overrideWidth, boolean overrideHeight) { in intersectDisplayBoundsExcludeInsets() argument
342 mService.intersectDisplayInsetBounds(displayBounds, stableInsets, mTmpRect); in intersectDisplayBoundsExcludeInsets()
DAppTransition.java1166 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean freeform, in createAspectScaledThumbnailEnterExitAnimationLocked() argument
1231 mTmpFromClipRect.top += stableInsets.top; in createAspectScaledThumbnailEnterExitAnimationLocked()
1232 y += stableInsets.top; in createAspectScaledThumbnailEnterExitAnimationLocked()
1554 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation() argument
1641 insets, surfaceInsets, stableInsets, freeform, taskId); in loadAnimation()
DAppWindowToken.java1801 final Rect stableInsets = new Rect(); in loadAnimation() local
1824 stableInsets.set(win.mStableInsets); in loadAnimation()
1839 surfaceInsets, stableInsets, isVoiceInteraction, freeform, getTask().mTaskId); in loadAnimation()
DWindowState.java2993 final Rect stableInsets = mLastStableInsets; in reportResized() local
3007 stableInsets, outsets, reportDraw, mergedConfiguration, in reportResized()
3015 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, in reportResized()
3072 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
3078 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, outsets, in dispatchResized()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTestIWindow.java40 Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfig, in resized() argument
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java43 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java309 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,