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 D | ExpandedAnimationControllerTest.java | 42 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 D | BubbleViewInfoTask.java | 72 private WeakReference<BubbleStackView> mStackView; 85 BubbleStackView stackView, in BubbleViewInfoTask() 137 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
|
H A D | BubbleController.java | 129 @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 D | BubbleFlyoutView.java | 397 (mPercentStillFlyout - (1f - BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)) in setCollapsePercent() 398 / BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS); in setCollapsePercent()
|
H A D | BubblePositioner.java | 488 public PointF getExpandedBubbleXY(int index, BubbleStackView.StackViewState state) { in getExpandedBubbleXY() 622 return new BubbleStackView.RelativeStackPosition( in getDefaultStartPosition()
|
H A D | BubbleExpandedView.java | 122 private BubbleStackView mStackView; 320 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
|
H A D | Bubble.java | 365 BubbleStackView stackView, in inflate()
|
H A D | BubbleStackView.java | 98 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 D | NewNotifPipelineBubblesTest.java | 102 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 D | BubblesTest.java | 118 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 D | ExpandedAnimationController.java | 35 import com.android.wm.shell.bubbles.BubbleStackView; 127 private BubbleStackView mBubbleStackView; 130 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()
|
H A D | StackAnimationController.java | 43 import com.android.wm.shell.bubbles.BubbleStackView; 953 public void setStackPosition(BubbleStackView.RelativeStackPosition position) { in setStackPosition()
|