Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java194 private PhysicsAnimationLayout mBubbleContainer; field in BubbleStackView
457 animateDismissBubble(mBubbleContainer, true);
463 animateDismissBubble(mBubbleContainer, false);
576 mBubbleContainer.setActiveController(mStackAnimationController);
793 mBubbleContainer = new PhysicsAnimationLayout(context); in BubbleStackView()
794 mBubbleContainer.setActiveController(mStackAnimationController); in BubbleStackView()
795 mBubbleContainer.setElevation(elevation); in BubbleStackView()
796 mBubbleContainer.setClipChildren(false); in BubbleStackView()
797 addView(mBubbleContainer, new FrameLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT)); in BubbleStackView()
850 mBubbleContainer.bringToFront(); in BubbleStackView()
[all …]