Searched refs:setAnimationMatrix (Results 1 – 11 of 11) sorted by relevance
327 view.setAnimationMatrix(null); in createTransformAnimator()517 setAnimationMatrix(); in PathAnimatorMatrix()522 setAnimationMatrix(); in setValues()528 setAnimationMatrix(); in setTranslation()531 private void setAnimationMatrix() { in setAnimationMatrix() method in ChangeTransform.PathAnimatorMatrix535 mView.setAnimationMatrix(mMatrix); in setAnimationMatrix()
119 properties.setAnimationMatrix(&animationMatrix); in TEST()
86 setAnimationMatrix(other.getAnimationMatrix()); in operator =()
219 bool setAnimationMatrix(const SkMatrix* matrix) { in setAnimationMatrix() function
1936 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix); in animateExpansion()1959 mExpandedViewContainer.setAnimationMatrix( in animateExpansion()2029 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix); in animateCollapse()2088 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix); in animateSwitchBubbles()2105 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix); in animateSwitchBubbles()2136 mExpandedViewContainer.setAnimationMatrix(null); in cancelAllExpandCollapseSwitchAnimations()
65 mRenderNode.setAnimationMatrix(matrix); in setMatrix()
17692 public void setAnimationMatrix(@Nullable Matrix matrix) {17694 mRenderNode.setAnimationMatrix(matrix);22028 mRenderNode.setAnimationMatrix(null); in draw()22140 renderNode.setAnimationMatrix(transformToApply.getMatrix()); in draw()
814 public boolean setAnimationMatrix(@Nullable Matrix matrix) { in setAnimationMatrix() method in RenderNode
111 return SET_AND_DIRTY(setAnimationMatrix, matrix, RenderNode::GENERIC); in android_view_RenderNode_setAnimationMatrix()
8082 HSPLandroid/graphics/RenderNode;->setAnimationMatrix(Landroid/graphics/Matrix;)Z
54201 method public void setAnimationMatrix(@Nullable android.graphics.Matrix);