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 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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/ |
H A D | BubbleOverflowTest.java | 32 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 D | BubbleViewInfoTask.java | 74 private WeakReference<BubbleStackView> mStackView; 88 @Nullable BubbleStackView stackView, in BubbleViewInfoTask() 193 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
|
H A D | BubblePositioner.java | 515 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 D | BubbleFlyoutView.java | 397 (mPercentStillFlyout - (1f - BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)) in setCollapsePercent() 398 / BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS); in setCollapsePercent()
|
H A D | BubbleController.java | 173 @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 D | BubbleExpandedView.java | 191 private BubbleStackView mStackView; 418 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
|
H A D | Bubble.java | 479 @Nullable BubbleStackView stackView, in inflate()
|
H A D | BubbleStackView.java | 108 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 D | ExpandedAnimationController.java | 38 import com.android.wm.shell.bubbles.BubbleStackView; 132 private BubbleStackView mBubbleStackView; 145 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()
|
H A D | StackAnimationController.java | 43 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 D | BubblesTest.java | 139 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 …]
|