Searched refs:BubbleOverflowContainerView (Results 1 – 2 of 2) sorted by relevance
54 public class BubbleOverflowContainerView extends LinearLayout { class101 public BubbleOverflowContainerView(Context context) { in BubbleOverflowContainerView() method in BubbleOverflowContainerView105 public BubbleOverflowContainerView(Context context, @Nullable AttributeSet attrs) { in BubbleOverflowContainerView() method in BubbleOverflowContainerView109 public BubbleOverflowContainerView(Context context, @Nullable AttributeSet attrs, in BubbleOverflowContainerView() method in BubbleOverflowContainerView114 public BubbleOverflowContainerView(Context context, AttributeSet attrs, int defStyleAttr, in BubbleOverflowContainerView() method in BubbleOverflowContainerView
84 private BubbleOverflowContainerView mOverflowView;327 mOverflowView = (BubbleOverflowContainerView) LayoutInflater.from(getContext()).inflate( in initialize()