Searched refs:BubbleExpandedView (Results 1 – 3 of 3) sorted by relevance
61 public class BubbleExpandedView extends LinearLayout implements View.OnClickListener { class189 public BubbleExpandedView(Context context) { in BubbleExpandedView() method in BubbleExpandedView193 public BubbleExpandedView(Context context, AttributeSet attrs) { in BubbleExpandedView() method in BubbleExpandedView197 public BubbleExpandedView(Context context, AttributeSet attrs, int defStyleAttr) { in BubbleExpandedView() method in BubbleExpandedView201 public BubbleExpandedView(Context context, AttributeSet attrs, int defStyleAttr, in BubbleExpandedView() method in BubbleExpandedView273 TypedArray ta = getContext().obtainStyledAttributes(R.styleable.BubbleExpandedView); in applyThemeAttrs()
63 private BubbleExpandedView mExpandedView;151 BubbleExpandedView getExpandedView() { in getExpandedView()170 mExpandedView = (BubbleExpandedView) inflater.inflate( in inflate()
889 BubbleExpandedView bev = (BubbleExpandedView) mExpandedViewContainer.getChildAt(0); in getTargetView()