Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTask.java72 private WeakReference<BubbleStackView> mStackView;
85 BubbleStackView stackView, in BubbleViewInfoTask()
137 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
DBubbleController.java130 @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()
DBubbleFlyoutView.java399 (mPercentStillFlyout - (1f - BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)) in setCollapsePercent()
400 / BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS); in setCollapsePercent()
DBubblePositioner.java344 return new BubbleStackView.RelativeStackPosition( in getDefaultStartPosition()
DBubbleExpandedView.java126 private BubbleStackView mStackView;
324 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
DBubble.java365 BubbleStackView stackView, in inflate()
DBubbleStackView.java93 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/
DNewNotifPipelineBubblesTest.java98 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()
DBubblesTest.java117 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/
DStackAnimationController.java43 import com.android.wm.shell.bubbles.BubbleStackView;
966 public void setStackPosition(BubbleStackView.RelativeStackPosition position) { in setStackPosition()