Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java225 private PhysicsAnimationLayout mBubbleContainer; field in BubbleStackView
514 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 …]