Searched defs:animationMatrix (Results 1 – 4 of 4) sorted by relevance
118 SkMatrix animationMatrix = SkMatrix::Translate(15, 15); in TEST() local
330 Matrix animationMatrix = new Matrix(); in createRecentsWindowAnimator() local
1770 private static native boolean nSetAnimationMatrix(long renderNode, long animationMatrix); in nSetAnimationMatrix()1776 private static native boolean nGetAnimationMatrix(long renderNode, long animationMatrix); in nGetAnimationMatrix()
372 const SkMatrix* animationMatrix = renderNode->stagingProperties().getAnimationMatrix(); in android_view_RenderNode_getAnimationMatrix() local