Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java220 private PhysicsAnimationLayout mBubbleContainer; field in BubbleStackView
494 animateDesaturateAndDarken(mBubbleContainer, true);
500 animateDesaturateAndDarken(mBubbleContainer, false);
613 mBubbleContainer.setActiveController(mStackAnimationController);
832 mBubbleContainer = new PhysicsAnimationLayout(context); in BubbleStackView()
833 mBubbleContainer.setActiveController(mStackAnimationController); in BubbleStackView()
834 mBubbleContainer.setElevation(elevation); in BubbleStackView()
835 mBubbleContainer.setClipChildren(false); in BubbleStackView()
836 addView(mBubbleContainer, new FrameLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT)); in BubbleStackView()
908 mBubbleContainer.bringToFront(); in BubbleStackView()
[all …]