Home
last modified time | relevance | path

Searched refs:BubbleFlyoutView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleFlyoutViewTest.java47 private BubbleFlyoutView mFlyout;
53 mFlyout = new BubbleFlyoutView(getContext()); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java52 public class BubbleFlyoutView extends FrameLayout { class
135 public BubbleFlyoutView(Context context) { in BubbleFlyoutView() method in BubbleFlyoutView
170 BubbleFlyoutView.this.getOutline(outline); in BubbleFlyoutView()
DBubbleStackView.java160 private BubbleFlyoutView mFlyout;
345 mFlyout = new BubbleFlyoutView(context); in BubbleStackView()