Home
last modified time | relevance | path

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

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