Searched defs:BubbleBarExpandedView (Results 1 – 2 of 2) sorted by relevance
60 public class BubbleBarExpandedView extends FrameLayout implements BubbleTaskViewListener.Callback { class188 public BubbleBarExpandedView(Context context) { in BubbleBarExpandedView() method in BubbleBarExpandedView192 public BubbleBarExpandedView(Context context, AttributeSet attrs) { in BubbleBarExpandedView() method in BubbleBarExpandedView196 public BubbleBarExpandedView(Context context, AttributeSet attrs, int defStyleAttr) { in BubbleBarExpandedView() method in BubbleBarExpandedView200 public BubbleBarExpandedView(Context context, AttributeSet attrs, int defStyleAttr, in BubbleBarExpandedView() method in BubbleBarExpandedView
343 private fun BubbleBarExpandedView.menuView(): BubbleBarMenuView { in menuView() method