Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java2846 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()
DWindowContainer.java3360 getAnimationFrames(frame, insets, stableInsets, surfaceInsets); in loadAnimation()
3725 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() method in WindowContainer
DActivityRecord.java11005 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets,
11011 win.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets);
DWindowState.java5682 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() method in WindowState
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java1635 mAppWindow.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in testApplyTopFixedRotationTransform()