Home
last modified time | relevance | path

Searched refs:getAnimationMatrix (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DRenderProperties.h177 CC_UNLIKELY(getAnimationMatrix() && !getAnimationMatrix()->isScaleTranslate()) || in prepareForFunctorPresence()
464 const SkMatrix* getAnimationMatrix() const { return mAnimationMatrix; } in getAnimationMatrix() function
H A DDamageAccumulator.cpp169 } else if (props.getAnimationMatrix()) { in mapRect()
170 applyMatrix(props.getAnimationMatrix(), &temp); in mapRect()
H A DRenderNode.cpp504 } else if (properties().getAnimationMatrix()) { in applyViewPropertyTransforms()
505 mat4 anim(*properties().getAnimationMatrix()); in applyViewPropertyTransforms()
H A DRenderProperties.cpp94 setAnimationMatrix(other.getAnimationMatrix()); in operator =()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp360 } else if (properties.getAnimationMatrix()) { in setViewProperties()
361 canvas->concat(*properties.getAnimationMatrix()); in setViewProperties()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java886 public Matrix getAnimationMatrix() { in getAnimationMatrix() method in RenderNode
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp372 const SkMatrix* animationMatrix = renderNode->stagingProperties().getAnimationMatrix(); in android_view_RenderNode_getAnimationMatrix()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java291 pw.println(mExpandedViewContainer.getAnimationMatrix()); in dump()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java18038 public Matrix getAnimationMatrix() { in getAnimationMatrix() method in View
18039 return mRenderNode.getAnimationMatrix(); in getAnimationMatrix()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt48725 method @Nullable public android.graphics.Matrix getAnimationMatrix();