Home
last modified time | relevance | path

Searched refs:BubbleStackView (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleViewInfoTask.java75 private WeakReference<BubbleStackView> mStackView;
86 BubbleStackView stackView, in BubbleViewInfoTask()
129 static BubbleViewInfo populate(Context c, BubbleStackView stackView, in populate()
DBubbleFlyoutView.java334 (mPercentStillFlyout - (1f - BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)) in setCollapsePercent()
335 / BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS); in setCollapsePercent()
DBubbleOverflow.java63 void setUpOverflow(ViewGroup parentViewGroup, BubbleStackView stackView) { in setUpOverflow()
DBubbleController.java159 @Nullable private BubbleStackView.SurfaceSynchronizer mSurfaceSynchronizer;
168 @Nullable private BubbleStackView mStackView;
343 @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, in BubbleController()
723 mStackView = new BubbleStackView( in ensureStackViewCreated()
1552 BubbleStackView getStackView() { in getStackView()
DBubbleExpandedView.java134 private BubbleStackView mStackView;
586 void setStackView(BubbleStackView stackView) { in setStackView()
DBubble.java298 BubbleStackView stackView, in inflate()
DBubbleStackView.java116 public class BubbleStackView extends FrameLayout class
483 BubbleStackView.this::dismissMagnetizedObject /* after */);
772 public BubbleStackView(Context context, BubbleData data, in BubbleStackView() method in BubbleStackView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java362 BubbleStackView stackView = mBubbleController.getStackView(); in testExpandCollapseStack()
393 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
493 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedCollapses()
DBubbleControllerTest.java406 BubbleStackView stackView = mBubbleController.getStackView(); in testExpandCollapseStack()
442 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
553 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedCollapses()