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.java46 private BubbleFlyoutView mFlyout;
60 mFlyout = new BubbleFlyoutView(getContext()); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java54 public class BubbleFlyoutView extends FrameLayout { class
145 public BubbleFlyoutView(Context context) { in BubbleFlyoutView() method in BubbleFlyoutView
186 BubbleFlyoutView.this.getOutline(outline); in BubbleFlyoutView()
DBubbleStackView.java244 private BubbleFlyoutView mFlyout;
1180 mFlyout = new BubbleFlyoutView(getContext()); in setUpFlyout()