Searched refs:outStableInsets (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Task.java | 2770 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument 2775 super.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames() 2781 windowState.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames() 2783 super.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames()
|
H A D | WindowContainer.java | 3721 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument 3726 outStableInsets.setEmpty(); in getAnimationFrames()
|
H A D | WindowState.java | 5623 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument 5645 outStableInsets.set(state.calculateInsets(outFrame, systemBars(), in getAnimationFrames()
|
H A D | ActivityRecord.java | 10627 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, 10633 win.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets);
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayContentTests.java | 1624 final Rect outStableInsets = new Rect(); in testApplyTopFixedRotationTransform() local 1626 mAppWindow.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in testApplyTopFixedRotationTransform()
|