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/
DBubbleExpandedView.java61 public class BubbleExpandedView extends LinearLayout implements View.OnClickListener { class
189 public BubbleExpandedView(Context context) { in BubbleExpandedView() method in BubbleExpandedView
193 public BubbleExpandedView(Context context, AttributeSet attrs) { in BubbleExpandedView() method in BubbleExpandedView
197 public BubbleExpandedView(Context context, AttributeSet attrs, int defStyleAttr) { in BubbleExpandedView() method in BubbleExpandedView
201 public BubbleExpandedView(Context context, AttributeSet attrs, int defStyleAttr, in BubbleExpandedView() method in BubbleExpandedView
273 TypedArray ta = getContext().obtainStyledAttributes(R.styleable.BubbleExpandedView); in applyThemeAttrs()
DBubble.java63 private BubbleExpandedView mExpandedView;
151 BubbleExpandedView getExpandedView() { in getExpandedView()
170 mExpandedView = (BubbleExpandedView) inflater.inflate( in inflate()
DBubbleStackView.java889 BubbleExpandedView bev = (BubbleExpandedView) mExpandedViewContainer.getChildAt(0); in getTargetView()