Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DSkiaRenderPropertiesTests.cpp118 SkMatrix animationMatrix = SkMatrix::Translate(15, 15); in TEST() local
119 properties.setAnimationMatrix(&animationMatrix); in TEST()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt140 val matrix = ghostView?.animationMatrix ?: Matrix.IDENTITY_MATRIX in onLaunchAnimationStart()
172 ghostView.animationMatrix = ghostViewMatrix in onLaunchAnimationProgress()
/frameworks/base/libs/hwui/jni/
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()
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java1770 private static native boolean nSetAnimationMatrix(long renderNode, long animationMatrix); in nSetAnimationMatrix() argument
1776 private static native boolean nGetAnimationMatrix(long renderNode, long animationMatrix); in nGetAnimationMatrix() argument