Searched refs:animationMatrix (Results 1 – 4 of 4) sorted by relevance
118 SkMatrix animationMatrix = SkMatrix::Translate(15, 15); in TEST() local119 properties.setAnimationMatrix(&animationMatrix); in TEST()
140 val matrix = ghostView?.animationMatrix ?: Matrix.IDENTITY_MATRIX in onLaunchAnimationStart()172 ghostView.animationMatrix = ghostViewMatrix in onLaunchAnimationProgress()
372 const SkMatrix* animationMatrix = renderNode->stagingProperties().getAnimationMatrix(); in android_view_RenderNode_getAnimationMatrix() local374 if (animationMatrix) { in android_view_RenderNode_getAnimationMatrix()375 *outMatrix = *animationMatrix; in android_view_RenderNode_getAnimationMatrix()
1770 private static native boolean nSetAnimationMatrix(long renderNode, long animationMatrix); in nSetAnimationMatrix() argument1776 private static native boolean nGetAnimationMatrix(long renderNode, long animationMatrix); in nGetAnimationMatrix() argument