Home
last modified time | relevance | path

Searched refs:BubbleView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleView.java40 public class BubbleView extends FrameLayout { class
59 public BubbleView(Context context) { in BubbleView() method in BubbleView
63 public BubbleView(Context context, AttributeSet attrs) { in BubbleView() method in BubbleView
67 public BubbleView(Context context, AttributeSet attrs, int defStyleAttr) { in BubbleView() method in BubbleView
71 public BubbleView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in BubbleView() method in BubbleView
DBubbleStackView.java645 BubbleView getExpandedBubbleView() { in getExpandedBubbleView()
678 BubbleView bv = (BubbleView) mBubbleContainer.getChildAt(i); in setExpandedBubble()
818 BubbleView view = (BubbleView) mBubbleContainer.getChildAt(i); in getTargetView()
955 public BubbleView getBubbleAt(int i) {
957 ? (BubbleView) mBubbleContainer.getChildAt(i)
1324 BubbleView bv = (BubbleView) mBubbleContainer.getChildAt(i); in setSuppressNewDot()
1516 BubbleView bv = (BubbleView) mBubbleContainer.getChildAt(i); in updateBubbleShadowsAndDotPosition()
1659 if (child instanceof BubbleView) { in getBubblesOnScreen()
1660 String key = ((BubbleView) child).getKey(); in getBubblesOnScreen()
DBubble.java48 BubbleView iconView;
120 iconView = (BubbleView) inflater.inflate( in inflate()
DBubbleTouchHandler.java184 isStack ? null : ((BubbleView) mTouchedView).getKey(); in onTouch()
212 final String key = ((BubbleView) mTouchedView).getKey(); in onTouch()