Home
last modified time | relevance | path

Searched refs:mExpandedViewContainerMatrix (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarAnimationHelper.java105 private final AnimatableScaleMatrix mExpandedViewContainerMatrix = new AnimatableScaleMatrix(); field in BubbleBarAnimationHelper
133 mExpandedViewContainerMatrix.setScaleX(0f); in animateExpansion()
134 mExpandedViewContainerMatrix.setScaleY(0f); in animateExpansion()
138 setScaleFromBubbleBar(mExpandedViewContainerMatrix, in animateExpansion()
141 bbev.setAnimationMatrix(mExpandedViewContainerMatrix); in animateExpansion()
155 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix).cancel(); in animateExpansion()
156 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix) in animateExpansion()
164 bbev.setAnimationMatrix(mExpandedViewContainerMatrix); in animateExpansion()
203 setScaleFromBubbleBar(mExpandedViewContainerMatrix, 1f); in animateCollapse()
218 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix).cancel(); in animateCollapse()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java240 private final AnimatableScaleMatrix mExpandedViewContainerMatrix = new AnimatableScaleMatrix(); field in BubbleStackView
2466 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix) in hideExpandedViewIfNeeded()
2476 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix)) in hideExpandedViewIfNeeded()
2493 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix) in showExpandedViewIfNeeded()
2501 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix)) in showExpandedViewIfNeeded()
2618 mExpandedViewContainerMatrix.setScale( in animateBubbleExpansion()
2624 mExpandedViewContainerMatrix.setScale( in animateBubbleExpansion()
2630 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix); in animateBubbleExpansion()
2647 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix).cancel(); in animateBubbleExpansion()
2648 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix) in animateBubbleExpansion()
[all …]