Home
last modified time | relevance | path

Searched refs:setAnimationMatrix (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarAnimationHelper.java146 bev.setAnimationMatrix(mExpandedViewContainerMatrix); in animateExpansion()
159 mExpandedBubble.getBubbleBarExpandedView().setAnimationMatrix( in animateExpansion()
163 bev.setAnimationMatrix(null); in animateExpansion()
201 mExpandedBubble.getBubbleBarExpandedView().setAnimationMatrix( in animateCollapse()
208 mExpandedBubble.getBubbleBarExpandedView().setAnimationMatrix(null); in animateCollapse()
/aosp14/frameworks/base/core/java/android/transition/
H A DChangeTransform.java328 view.setAnimationMatrix(null); in createTransformAnimator()
518 setAnimationMatrix(); in PathAnimatorMatrix()
523 setAnimationMatrix(); in setValues()
529 setAnimationMatrix(); in setTranslation()
532 private void setAnimationMatrix() { in setAnimationMatrix() method in ChangeTransform.PathAnimatorMatrix
536 mView.setAnimationMatrix(mMatrix); in setAnimationMatrix()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaRenderPropertiesTests.cpp120 properties.setAnimationMatrix(&animationMatrix); in TEST()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java2168 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix)) in hideExpandedViewIfNeeded()
2193 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix)) in showExpandedViewIfNeeded()
2303 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix); in animateExpansion()
2335 mExpandedViewContainer.setAnimationMatrix( in animateExpansion()
2339 mExpandedViewContainer.setAnimationMatrix(null); in animateExpansion()
2475 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix); in animateSwitchBubbles()
2492 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix); in animateSwitchBubbles()
2497 mExpandedViewContainer.setAnimationMatrix(null); in animateSwitchBubbles()
2520 mExpandedViewContainer.setAnimationMatrix(null); in cancelAllExpandCollapseSwitchAnimations()
/aosp14/frameworks/base/libs/hwui/
H A DRenderProperties.cpp94 setAnimationMatrix(other.getAnimationMatrix()); in operator =()
H A DRenderProperties.h231 bool setAnimationMatrix(const SkMatrix* matrix) { in setAnimationMatrix() function
/aosp14/frameworks/base/core/java/android/view/
H A DGhostView.java65 mRenderNode.setAnimationMatrix(matrix); in setMatrix()
H A DView.java19106 public void setAnimationMatrix(@Nullable Matrix matrix) { in setAnimationMatrix() method in View
19108 mRenderNode.setAnimationMatrix(matrix); in setAnimationMatrix()
23578 mRenderNode.setAnimationMatrix(null); in draw()
23690 renderNode.setAnimationMatrix(transformToApply.getMatrix()); in draw()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java919 public boolean setAnimationMatrix(@Nullable Matrix matrix) { in setAnimationMatrix() method in RenderNode
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp110 return SET_AND_DIRTY(setAnimationMatrix, matrix, RenderNode::GENERIC); in android_view_RenderNode_setAnimationMatrix()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt6799 HSPLandroid/graphics/RenderNode;->setAnimationMatrix(Landroid/graphics/Matrix;)Z
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57124 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setAnimationMatrix()V
61764 Landroid/view/RenderNode;->setAnimationMatrix(Landroid/graphics/Matrix;)Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt6802 HSPLandroid/graphics/RenderNode;->setAnimationMatrix(Landroid/graphics/Matrix;)Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52491 method public void setAnimationMatrix(@Nullable android.graphics.Matrix);