Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleFlyoutViewTest.java48 private BubbleFlyoutView mFlyout;
66 mFlyout = new BubbleFlyoutView(getContext()); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java58 public class BubbleFlyoutView extends FrameLayout { class
159 public BubbleFlyoutView(Context context) { in BubbleFlyoutView() method in BubbleFlyoutView
194 BubbleFlyoutView.this.getOutline(outline); in BubbleFlyoutView()
DBubbleStackView.java223 private BubbleFlyoutView mFlyout;
1179 mFlyout = new BubbleFlyoutView(getContext()); in setUpFlyout()