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.java84 private final AnimatableScaleMatrix mExpandedViewContainerMatrix = new AnimatableScaleMatrix(); field in BubbleBarAnimationHelper
159 mExpandedViewContainerMatrix.setScaleX(0f); in animateExpansion()
160 mExpandedViewContainerMatrix.setScaleY(0f); in animateExpansion()
169 setScaleFromBubbleBar(mExpandedViewContainerMatrix, in animateExpansion()
172 bbev.setAnimationMatrix(mExpandedViewContainerMatrix); in animateExpansion()
176 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix).cancel(); in animateExpansion()
177 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix) in animateExpansion()
185 bbev.setAnimationMatrix(mExpandedViewContainerMatrix); in animateExpansion()
213 setScaleFromBubbleBar(mExpandedViewContainerMatrix, 1f); in animateCollapse()
215 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix).cancel(); in animateCollapse()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java237 private final AnimatableScaleMatrix mExpandedViewContainerMatrix = new AnimatableScaleMatrix(); field in BubbleStackView
2389 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix) in hideExpandedViewIfNeeded()
2399 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix)) in hideExpandedViewIfNeeded()
2416 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix) in showExpandedViewIfNeeded()
2424 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix)) in showExpandedViewIfNeeded()
2541 mExpandedViewContainerMatrix.setScale( in animateBubbleExpansion()
2547 mExpandedViewContainerMatrix.setScale( in animateBubbleExpansion()
2553 mExpandedViewContainer.setAnimationMatrix(mExpandedViewContainerMatrix); in animateBubbleExpansion()
2568 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix).cancel(); in animateBubbleExpansion()
2569 PhysicsAnimator.getInstance(mExpandedViewContainerMatrix) in animateBubbleExpansion()
[all …]