Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java159 private PhysicsAnimationLayout mBubbleContainer; field in BubbleStackView
358 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 …]