Searched refs:BubbleFlyoutView (Results 1 – 4 of 4) sorted by relevance
46 private BubbleFlyoutView mFlyout;53 mFlyout = new BubbleFlyoutView(getContext()); in setUp()
51 public class BubbleFlyoutView extends FrameLayout { class140 public BubbleFlyoutView(Context context) { in BubbleFlyoutView() method in BubbleFlyoutView179 BubbleFlyoutView.this.getOutline(outline); in BubbleFlyoutView()
100 && !(mTouchedView instanceof BubbleFlyoutView)) { in onTouch()
165 private BubbleFlyoutView mFlyout;495 mFlyout = new BubbleFlyoutView(getContext()); in setUpFlyout()