Searched refs:mBubbleContainer (Results 1 – 1 of 1) sorted by relevance
194 private PhysicsAnimationLayout mBubbleContainer; field in BubbleStackView457 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 …]