Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java2847 Rect outSurfaceInsets) { in getAnimationFrames() argument
2851 super.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames()
2857 windowState.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames()
2859 super.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames()
DWindowContainer.java3726 Rect outSurfaceInsets) { in getAnimationFrames() argument
3731 outSurfaceInsets.setEmpty(); in getAnimationFrames()
DWindowState.java5683 Rect outSurfaceInsets) { in getAnimationFrames() argument
5700 outSurfaceInsets.set(getAttrs().surfaceInsets); in getAnimationFrames()
DActivityRecord.java11006 Rect outSurfaceInsets) {
11011 win.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets);
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java1634 final Rect outSurfaceInsets = new Rect(); in testApplyTopFixedRotationTransform() local
1635 mAppWindow.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in testApplyTopFixedRotationTransform()