Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleFlyoutViewTest.java46 private BubbleFlyoutView mFlyout;
53 mFlyout = new BubbleFlyoutView(getContext()); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java51 public class BubbleFlyoutView extends FrameLayout { class
140 public BubbleFlyoutView(Context context) { in BubbleFlyoutView() method in BubbleFlyoutView
179 BubbleFlyoutView.this.getOutline(outline); in BubbleFlyoutView()
DBubbleTouchHandler.java100 && !(mTouchedView instanceof BubbleFlyoutView)) { in onTouch()
DBubbleStackView.java165 private BubbleFlyoutView mFlyout;
495 mFlyout = new BubbleFlyoutView(getContext()); in setUpFlyout()