Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java196 private PhysicsAnimationLayout mBubbleContainer; field in BubbleStackView
808 mBubbleContainer.setElevation(elevation); in BubbleStackView()
809 mBubbleContainer.setClipChildren(false); in BubbleStackView()
861 mBubbleContainer.bringToFront(); in BubbleStackView()
1076 mBubbleContainer.bringToFront(); in setUpDismissView()
1191 mBubbleContainer.bringToFront(); in maybeShowStackEdu()
1578 View v = mBubbleContainer.getChildAt(i); in removeBubble()
1581 mBubbleContainer.removeViewAt(i); in removeBubble()
2016 mBubbleContainer.cancelAllAnimations(); in animateCollapse()
2561 mBubbleContainer.getBoundsOnScreen(outRect); in getTouchableRegion()
[all …]