Searched refs:getAnimationMatrix (Results 1 – 11 of 11) sorted by relevance
177 CC_UNLIKELY(getAnimationMatrix() && !getAnimationMatrix()->isScaleTranslate()) || in prepareForFunctorPresence()464 const SkMatrix* getAnimationMatrix() const { return mAnimationMatrix; } in getAnimationMatrix() function
169 } else if (props.getAnimationMatrix()) { in mapRect()170 applyMatrix(props.getAnimationMatrix(), &temp); in mapRect()
507 } else if (properties().getAnimationMatrix()) { in applyViewPropertyTransforms()508 mat4 anim(*properties().getAnimationMatrix()); in applyViewPropertyTransforms()
94 setAnimationMatrix(other.getAnimationMatrix()); in operator =()
371 } else if (properties.getAnimationMatrix()) { in setViewProperties()372 canvas->concat(*properties.getAnimationMatrix()); in setViewProperties()
936 public Matrix getAnimationMatrix() { in getAnimationMatrix() method in RenderNode
372 const SkMatrix* animationMatrix = renderNode->stagingProperties().getAnimationMatrix(); in android_view_RenderNode_getAnimationMatrix()
316 pw.println(mExpandedViewContainer.getAnimationMatrix()); in dump()
19126 public Matrix getAnimationMatrix() { in getAnimationMatrix() method in View19127 return mRenderNode.getAnimationMatrix(); in getAnimationMatrix()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
52107 method @Nullable public android.graphics.Matrix getAnimationMatrix();