Searched refs:BubbleView (Results 1 – 4 of 4) sorted by relevance
40 public class BubbleView extends FrameLayout { class59 public BubbleView(Context context) { in BubbleView() method in BubbleView63 public BubbleView(Context context, AttributeSet attrs) { in BubbleView() method in BubbleView67 public BubbleView(Context context, AttributeSet attrs, int defStyleAttr) { in BubbleView() method in BubbleView71 public BubbleView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in BubbleView() method in BubbleView
645 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()
48 BubbleView iconView;120 iconView = (BubbleView) inflater.inflate( in inflate()
184 isStack ? null : ((BubbleView) mTouchedView).getKey(); in onTouch()212 final String key = ((BubbleView) mTouchedView).getKey(); in onTouch()