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.java47 public class BubbleView extends FrameLayout { class
68 public BubbleView(Context context) { in BubbleView() method in BubbleView
72 public BubbleView(Context context, AttributeSet attrs) { in BubbleView() method in BubbleView
76 public BubbleView(Context context, AttributeSet attrs, int defStyleAttr) { in BubbleView() method in BubbleView
80 public BubbleView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in BubbleView() method in BubbleView
DBubbleTouchHandler.java98 if (!(mTouchedView instanceof BubbleView) in onTouch()
190 isStack ? null : ((BubbleView) mTouchedView).getKey(); in onTouch()
217 final String key = ((BubbleView) mTouchedView).getKey(); in onTouch()
DBubbleStackView.java708 BubbleView getExpandedBubbleView() { in getExpandedBubbleView()
883 BubbleView view = (BubbleView) mBubbleContainer.getChildAt(i); in getTargetView()
1027 public BubbleView getBubbleAt(int i) { in getBubbleAt()
1029 ? (BubbleView) mBubbleContainer.getChildAt(i) in getBubbleAt()
1385 BubbleView bv = (BubbleView) mBubbleContainer.getChildAt(i); in updateDots()
1598 BubbleView bv = (BubbleView) mBubbleContainer.getChildAt(i); in updateBubbleZOrdersAndDotPosition()
1727 if (child instanceof BubbleView) { in getBubblesOnScreen()
1728 String key = ((BubbleView) child).getKey(); in getBubblesOnScreen()
DBubble.java62 private BubbleView mIconView;
147 BubbleView getIconView() { in getIconView()
165 mIconView = (BubbleView) inflater.inflate( in inflate()