/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
H A D | BubbleBarAnimationHelper.java | 146 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 D | ChangeTransform.java | 328 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 D | SkiaRenderPropertiesTests.cpp | 120 properties.setAnimationMatrix(&animationMatrix); in TEST()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleStackView.java | 2168 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 D | RenderProperties.cpp | 94 setAnimationMatrix(other.getAnimationMatrix()); in operator =()
|
H A D | RenderProperties.h | 231 bool setAnimationMatrix(const SkMatrix* matrix) { in setAnimationMatrix() function
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | GhostView.java | 65 mRenderNode.setAnimationMatrix(matrix); in setMatrix()
|
H A D | View.java | 19106 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 D | RenderNode.java | 919 public boolean setAnimationMatrix(@Nullable Matrix matrix) { in setAnimationMatrix() method in RenderNode
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_RenderNode.cpp | 110 return SET_AND_DIRTY(setAnimationMatrix, matrix, RenderNode::GENERIC); in android_view_RenderNode_setAnimationMatrix()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 6799 HSPLandroid/graphics/RenderNode;->setAnimationMatrix(Landroid/graphics/Matrix;)Z
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 57124 Landroid/transition/ChangeTransform$PathAnimatorMatrix;->setAnimationMatrix()V 61764 Landroid/view/RenderNode;->setAnimationMatrix(Landroid/graphics/Matrix;)Z
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 6802 HSPLandroid/graphics/RenderNode;->setAnimationMatrix(Landroid/graphics/Matrix;)Z
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 52491 method public void setAnimationMatrix(@Nullable android.graphics.Matrix);
|