Home
last modified time | relevance | path

Searched refs:animationMatrix (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaRenderPropertiesTests.cpp119 SkMatrix animationMatrix = SkMatrix::Translate(15, 15); in TEST() local
120 properties.setAnimationMatrix(&animationMatrix); in TEST()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorController.kt229 val matrix = ghostView?.animationMatrix ?: Matrix.IDENTITY_MATRIX
292 ghostView.animationMatrix = ghostViewMatrix
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp372 const SkMatrix* animationMatrix = renderNode->stagingProperties().getAnimationMatrix(); in android_view_RenderNode_getAnimationMatrix() local
374 if (animationMatrix) { in android_view_RenderNode_getAnimationMatrix()
375 *outMatrix = *animationMatrix; in android_view_RenderNode_getAnimationMatrix()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java1837 private static native boolean nSetAnimationMatrix(long renderNode, long animationMatrix); in nSetAnimationMatrix() argument
1843 private static native boolean nGetAnimationMatrix(long renderNode, long animationMatrix); in nGetAnimationMatrix() argument