Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationControllerTest.java42 import com.android.wm.shell.bubbles.BubbleStackView;
62 private BubbleStackView.StackViewState mStackViewState = new BubbleStackView.StackViewState();
74 BubbleStackView stackView = mock(BubbleStackView.class); in setUp()
90 public BubbleStackView.StackViewState getStackViewState() { in getStackViewState()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewInfoTask.java72 private WeakReference<BubbleStackView> mStackView;
85 BubbleStackView stackView, in BubbleViewInfoTask()
137 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
H A DBubbleController.java129 @Nullable private BubbleStackView.SurfaceSynchronizer mSurfaceSynchronizer;
147 @Nullable private BubbleStackView mStackView;
203 @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, in create()
232 @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, in BubbleController()
588 mStackView = new BubbleStackView( in ensureStackViewCreated()
1302 public BubbleStackView getStackView() { in getStackView()
H A DBubbleFlyoutView.java397 (mPercentStillFlyout - (1f - BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)) in setCollapsePercent()
398 / BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS); in setCollapsePercent()
H A DBubblePositioner.java488 public PointF getExpandedBubbleXY(int index, BubbleStackView.StackViewState state) { in getExpandedBubbleXY()
622 return new BubbleStackView.RelativeStackPosition( in getDefaultStartPosition()
H A DBubbleExpandedView.java122 private BubbleStackView mStackView;
320 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
H A DBubble.java365 BubbleStackView stackView, in inflate()
H A DBubbleStackView.java98 public class BubbleStackView extends FrameLayout class
448 BubbleStackView.this::dismissMagnetizedObject /* after */);
762 public BubbleStackView(Context context, BubbleController bubbleController, in BubbleStackView() method in BubbleStackView
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java102 import com.android.wm.shell.bubbles.BubbleStackView;
477 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
578 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_selectsOverflow()
623 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses()
1043 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState()
1059 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState()
1079 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState()
1103 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState()
H A DBubblesTest.java118 import com.android.wm.shell.bubbles.BubbleStackView;
503 BubbleStackView stackView = mBubbleController.getStackView(); in testExpandCollapseStack()
534 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
634 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_selectsOverflow()
679 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses()
1227 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState()
1243 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState()
1263 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState()
1287 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java35 import com.android.wm.shell.bubbles.BubbleStackView;
127 private BubbleStackView mBubbleStackView;
130 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()
H A DStackAnimationController.java43 import com.android.wm.shell.bubbles.BubbleStackView;
953 public void setStackPosition(BubbleStackView.RelativeStackPosition position) { in setStackPosition()