Searched refs:mBubbleContainer (Results 1 – 1 of 1) sorted by relevance
159 private PhysicsAnimationLayout mBubbleContainer; field in BubbleStackView358 mBubbleContainer = new PhysicsAnimationLayout(context); in BubbleStackView()359 mBubbleContainer.setActiveController(mStackAnimationController); in BubbleStackView()360 mBubbleContainer.setElevation(elevation); in BubbleStackView()361 mBubbleContainer.setClipChildren(false); in BubbleStackView()362 addView(mBubbleContainer, new FrameLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT)); in BubbleStackView()407 mBubbleContainer.bringToFront(); in BubbleStackView()634 int moreCount = mBubbleContainer.getChildCount() - 1; in updateContentDescription()649 mBubbleContainer.setContentDescription(stackDescription); in updateContentDescription()651 mBubbleContainer.setContentDescription(singleDescription); in updateContentDescription()[all …]