Home
last modified time | relevance | path

Searched refs:getAnimationFrames (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() method in Task
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.java3379 getAnimationFrames(frame, insets, stableInsets, surfaceInsets); in loadAnimation()
3721 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() method in WindowContainer
H A DActivityRecord.java10627 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets,
10633 win.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets);
H A DWindowState.java5623 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() method in WindowState
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1626 mAppWindow.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in testApplyTopFixedRotationTransform()