Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleTouchHandler.java60 private final BubbleStackView mStack;
75 BubbleTouchHandler(BubbleStackView stackView, in BubbleTouchHandler()
DBubbleController.java144 @Nullable private BubbleStackView.SurfaceSynchronizer mSurfaceSynchronizer;
147 @Nullable private BubbleStackView mStackView;
220 BubbleData data, @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, in BubbleController()
272 mStackView = new BubbleStackView(mContext, mBubbleData, mSurfaceSynchronizer); in ensureStackViewCreated()
689 BubbleStackView getStackView() { in getStackView()
DBubbleFlyoutView.java285 (mPercentStillFlyout - (1f - BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)) in setCollapsePercent()
286 / BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)); in setCollapsePercent()
DBubble.java116 void inflate(LayoutInflater inflater, BubbleStackView stackView) { in inflate()
DBubbleExpandedView.java98 private BubbleStackView mStackView;
266 public void setEntry(NotificationEntry entry, BubbleStackView stackView, String appName) { in setEntry()
DBubbleStackView.java81 public class BubbleStackView extends FrameLayout { class
293 public BubbleStackView(Context context, BubbleData data, in BubbleStackView() method in BubbleStackView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java276 BubbleStackView stackView = mBubbleController.getStackView(); in testExpandCollapseStack()
306 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
342 BubbleStackView stackView = mBubbleController.getStackView(); in testExpansionRemovesShowInShade()
361 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedCollapses()