Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java44 private final BubbleExpandedView.OnBubbleBlockedListener mListener;
49 BubbleExpandedView expandedView;
66 BubbleExpandedView.OnBubbleBlockedListener listener) { in Bubble()
124 expandedView = (BubbleExpandedView) inflater.inflate( in inflate()
DBubbleExpandedView.java64 public class BubbleExpandedView extends LinearLayout implements View.OnClickListener { class
100 private BubbleExpandedView.OnBubbleBlockedListener mOnBubbleBlockedListener;
136 public BubbleExpandedView(Context context) { in BubbleExpandedView() method in BubbleExpandedView
140 public BubbleExpandedView(Context context, AttributeSet attrs) { in BubbleExpandedView() method in BubbleExpandedView
144 public BubbleExpandedView(Context context, AttributeSet attrs, int defStyleAttr) { in BubbleExpandedView() method in BubbleExpandedView
148 public BubbleExpandedView(Context context, AttributeSet attrs, int defStyleAttr, in BubbleExpandedView() method in BubbleExpandedView
212 TypedArray ta = getContext().obtainStyledAttributes(R.styleable.BubbleExpandedView); in applyThemeAttrs()
DBubbleStackView.java196 private BubbleExpandedView.OnBubbleBlockedListener mBlockedListener;