Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflow.kt46 private var expandedView: BubbleExpandedView?
127 override fun getExpandedView(): BubbleExpandedView? {
130 null /* root */, false /* attachToRoot */) as BubbleExpandedView
H A DManageEducationView.kt50 private var bubbleExpandedView: BubbleExpandedView? = null
97 fun show(expandedView: BubbleExpandedView) {
H A DBubbleExpandedView.java75 public class BubbleExpandedView extends LinearLayout { class
236 public BubbleExpandedView(Context context) { in BubbleExpandedView() method in BubbleExpandedView
240 public BubbleExpandedView(Context context, AttributeSet attrs) { in BubbleExpandedView() method in BubbleExpandedView
244 public BubbleExpandedView(Context context, AttributeSet attrs, int defStyleAttr) { in BubbleExpandedView() method in BubbleExpandedView
248 public BubbleExpandedView(Context context, AttributeSet attrs, int defStyleAttr, in BubbleExpandedView() method in BubbleExpandedView
H A DBubbleViewProvider.java29 @Nullable BubbleExpandedView getExpandedView(); in getExpandedView()
H A DBubbleViewInfoTask.java125 BubbleExpandedView expandedView;
148 info.expandedView = (BubbleExpandedView) inflater.inflate( in populate()
H A DBubble.java88 private BubbleExpandedView mExpandedView;
278 public BubbleExpandedView getExpandedView() { in getExpandedView()
H A DBubbleStackView.java300 final BubbleExpandedView expandedView = mExpandedBubble.getExpandedView(); in dump()
2691 BubbleExpandedView bev = mExpandedBubble.getExpandedView(); in updateExpandedBubble()
2726 final BubbleExpandedView animatingOutExpandedView = mExpandedBubble.getExpandedView(); in screenshotAnimatingOutBubbleIntoSurface()