Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutViewTest.java48 private BubbleFlyoutView mFlyout;
66 mFlyout = new BubbleFlyoutView(getContext(), mPositioner); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java58 public class BubbleFlyoutView extends FrameLayout { class
158 public BubbleFlyoutView(Context context, BubblePositioner positioner) { in BubbleFlyoutView() method in BubbleFlyoutView
194 BubbleFlyoutView.this.getOutline(outline); in BubbleFlyoutView()
H A DBubbleStackView.java242 private BubbleFlyoutView mFlyout;
1385 mFlyout = new BubbleFlyoutView(getContext(), mPositioner); in setUpFlyout()