Searched refs:getAnimationFrames (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Task.java | 2846 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() method in Task 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()
|
D | WindowContainer.java | 3360 getAnimationFrames(frame, insets, stableInsets, surfaceInsets); in loadAnimation() 3725 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() method in WindowContainer
|
D | ActivityRecord.java | 11005 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, 11011 win.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets);
|
D | WindowState.java | 5682 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() method in WindowState
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayContentTests.java | 1635 mAppWindow.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in testApplyTopFixedRotationTransform()
|