Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DBubbleOverflowTest.java32 import com.android.wm.shell.bubbles.BubbleStackView;
61 when(mBubbleController.getStackView()).thenReturn(mock(BubbleStackView.class)); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewInfoTask.java74 private WeakReference<BubbleStackView> mStackView;
88 @Nullable BubbleStackView stackView, in BubbleViewInfoTask()
193 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
H A DBubblePositioner.java515 public PointF getExpandedBubbleXY(int index, BubbleStackView.StackViewState state) {
570 private float getExpandedBubbleYForIme(int index, BubbleStackView.StackViewState state) {
695 return new BubbleStackView.RelativeStackPosition(
703 return new BubbleStackView.RelativeStackPosition(
H A DBubbleFlyoutView.java397 (mPercentStillFlyout - (1f - BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)) in setCollapsePercent()
398 / BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS); in setCollapsePercent()
H A DBubbleController.java173 @Nullable private BubbleStackView.SurfaceSynchronizer mSurfaceSynchronizer;
198 @Nullable private BubbleStackView mStackView;
266 @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, in BubbleController()
733 mStackView = new BubbleStackView( in ensureBubbleViewsAndWindowCreated()
1962 public BubbleStackView getStackView() { in getStackView()
H A DBubbleExpandedView.java191 private BubbleStackView mStackView;
418 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
H A DBubble.java479 @Nullable BubbleStackView stackView, in inflate()
H A DBubbleStackView.java108 public class BubbleStackView extends FrameLayout class
473 BubbleStackView.this::dismissMagnetizedObject /* after */);
862 public BubbleStackView(Context context, BubbleController bubbleController, in BubbleStackView() method in BubbleStackView
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java38 import com.android.wm.shell.bubbles.BubbleStackView;
132 private BubbleStackView mBubbleStackView;
145 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()
H A DStackAnimationController.java43 import com.android.wm.shell.bubbles.BubbleStackView;
934 public void setStackPosition(BubbleStackView.RelativeStackPosition position) { in setStackPosition()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java139 import com.android.wm.shell.bubbles.BubbleStackView;
635 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
736 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses()
780 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses()
1273 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState()
1291 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState_appBubble()
1309 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState()
1329 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState()
1405 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState()
1478 BubbleStackView stackView = mBubbleController.getStackView(); in testOnStatusBarStateChanged()
[all …]