Home
last modified time | relevance | path

Searched refs:outStableInsets (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java2770 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 DWindowContainer.java3721 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument
3726 outStableInsets.setEmpty(); in getAnimationFrames()
H A DWindowState.java5623 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument
5645 outStableInsets.set(state.calculateInsets(outFrame, systemBars(), in getAnimationFrames()
H A DActivityRecord.java10627 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 DDisplayContentTests.java1624 final Rect outStableInsets = new Rect(); in testApplyTopFixedRotationTransform() local
1626 mAppWindow.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in testApplyTopFixedRotationTransform()