Searched defs:stableInsets (Results 1 – 15 of 15) 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 | ViewRootImpl.java | 1544 Rect stableInsets = mDispatchStableInsets; in getWindowInsets() local 6408 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() 7467 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() 7654 Rect stableInsets, int resizeMode) { in startDragResizing()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 82 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) { in BackdropFrameRenderer() 161 Rect stableInsets) { in setTargetRect() 311 Rect stableInsets) { in redrawLocked() 367 boolean fullscreen, Rect systemInsets, Rect stableInsets) { in drawColorViews()
|
D | PipSnapAlgorithm.java | 251 Rect stableInsets) { in applyMinimizedOffset()
|
D | DecorView.java | 1048 public static void getNavigationBarRect(int canvasWidth, int canvasHeight, Rect stableInsets, in getNavigationBarRect()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipDismissViewController.java | 61 final Rect stableInsets = new Rect(); in createDismissTarget() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotSurface.java | 267 void setFrames(Rect frame, Rect contentInsets, Rect stableInsets) { in setFrames() 438 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() 486 void setInsets(Rect contentInsets, Rect stableInsets) { in setInsets()
|
D | StackWindowController.java | 340 Rect stableInsets, Rect displayBounds, boolean overrideWidth, boolean overrideHeight) { in intersectDisplayBoundsExcludeInsets()
|
D | AppTransition.java | 1127 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean freeform, in createAspectScaledThumbnailEnterExitAnimationLocked() 1511 @Nullable Rect surfaceInsets, @Nullable Rect stableInsets, boolean isVoiceInteraction, in loadAnimation()
|
D | WindowState.java | 3147 final Rect stableInsets = mLastStableInsets; in reportResized() local 3225 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized()
|
D | WindowManagerService.java | 2392 final Rect stableInsets = new Rect(); in applyAnimationLocked() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | TestIWindow.java | 39 Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfig, in resized()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 42 Rect stableInsets, Rect outsets, boolean reportDraw, in resized()
|