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