Searched refs:BubbleStackView (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleViewInfoTask.java | 72 private WeakReference<BubbleStackView> mStackView; 85 BubbleStackView stackView, in BubbleViewInfoTask() 137 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
|
D | BubbleController.java | 130 @Nullable private BubbleStackView.SurfaceSynchronizer mSurfaceSynchronizer; 148 @Nullable private BubbleStackView mStackView; 201 @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, in create() 229 @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, in BubbleController() 579 mStackView = new BubbleStackView( in ensureStackViewCreated() 1288 public BubbleStackView getStackView() { in getStackView()
|
D | BubbleFlyoutView.java | 399 (mPercentStillFlyout - (1f - BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)) in setCollapsePercent() 400 / BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS); in setCollapsePercent()
|
D | BubblePositioner.java | 344 return new BubbleStackView.RelativeStackPosition( in getDefaultStartPosition()
|
D | BubbleExpandedView.java | 126 private BubbleStackView mStackView; 324 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
|
D | Bubble.java | 365 BubbleStackView stackView, in inflate()
|
D | BubbleStackView.java | 93 public class BubbleStackView extends FrameLayout class 446 BubbleStackView.this::dismissMagnetizedObject /* after */); 748 public BubbleStackView(Context context, BubbleController bubbleController, in BubbleStackView() method in BubbleStackView
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | NewNotifPipelineBubblesTest.java | 98 import com.android.wm.shell.bubbles.BubbleStackView; 438 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() 535 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_selectsOverflow() 577 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses()
|
D | BubblesTest.java | 117 import com.android.wm.shell.bubbles.BubbleStackView; 494 BubbleStackView stackView = mBubbleController.getStackView(); in testExpandCollapseStack() 527 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() 631 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_selectsOverflow() 676 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | StackAnimationController.java | 43 import com.android.wm.shell.bubbles.BubbleStackView; 966 public void setStackPosition(BubbleStackView.RelativeStackPosition position) { in setStackPosition()
|