Searched refs:BubbleStackView (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleTouchHandler.java | 60 private final BubbleStackView mStack; 75 BubbleTouchHandler(BubbleStackView stackView, in BubbleTouchHandler()
|
D | BubbleController.java | 144 @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()
|
D | BubbleFlyoutView.java | 285 (mPercentStillFlyout - (1f - BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)) in setCollapsePercent() 286 / BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)); in setCollapsePercent()
|
D | Bubble.java | 116 void inflate(LayoutInflater inflater, BubbleStackView stackView) { in inflate()
|
D | BubbleExpandedView.java | 98 private BubbleStackView mStackView; 266 public void setEntry(NotificationEntry entry, BubbleStackView stackView, String appName) { in setEntry()
|
D | BubbleStackView.java | 81 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/ |
D | BubbleControllerTest.java | 276 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()
|