Searched refs:mBubbleContainer (Results 1 – 1 of 1) sorted by relevance
225 private PhysicsAnimationLayout mBubbleContainer; field in BubbleStackView514 animateDismissBubble(mBubbleContainer, true);521 animateDismissBubble(mBubbleContainer, false);644 mBubbleContainer.setActiveController(mStackAnimationController);956 mBubbleContainer = new PhysicsAnimationLayout(context); in BubbleStackView()957 mBubbleContainer.setActiveController(mStackAnimationController); in BubbleStackView()958 mBubbleContainer.setElevation(mBubbleElevation); in BubbleStackView()959 mBubbleContainer.setClipChildren(false); in BubbleStackView()960 addView(mBubbleContainer, new FrameLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT)); in BubbleStackView()1012 mBubbleContainer.bringToFront(); in BubbleStackView()[all …]