Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationControllerTest.java40 import com.android.wm.shell.bubbles.BubbleStackView;
61 private final BubbleStackView.StackViewState mStackViewState =
62 new BubbleStackView.StackViewState();
74 BubbleStackView stackView = mock(BubbleStackView.class); in setUp()
97 private BubbleStackView.StackViewState getStackViewState() { in getStackViewState()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java126 BubbleStackView.RelativeStackPosition prevStackPosition = null; in updateInternal()
130 prevStackPosition = new BubbleStackView.RelativeStackPosition(getRestingPosition(), in updateInternal()
552 public PointF getExpandedBubbleXY(int index, BubbleStackView.StackViewState state) { in getExpandedBubbleXY()
591 private float getBubbleRowStart(BubbleStackView.StackViewState state) { in getBubbleRowStart()
618 private float getExpandedBubbleYForIme(int index, BubbleStackView.StackViewState state) { in getExpandedBubbleYForIme()
771 return new BubbleStackView.RelativeStackPosition( in getStartPosition()
779 return new BubbleStackView.RelativeStackPosition( in getStartPosition()
DBubbleViewInfoTask.java76 private WeakReference<BubbleStackView> mStackView;
92 @Nullable BubbleStackView stackView, in BubbleViewInfoTask()
211 BubbleStackView stackView, in populate()
DBubbleFlyoutView.java403 (mPercentStillFlyout - (1f - BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS)) in setCollapsePercent()
404 / BubbleStackView.FLYOUT_DRAG_PERCENT_DISMISS); in setCollapsePercent()
DBubbleOverflow.kt61 stackView: BubbleStackView, in initialize()
DBubbleController.java183 @Nullable private final BubbleStackView.SurfaceSynchronizer mSurfaceSynchronizer;
211 @Nullable private BubbleStackView mStackView;
286 @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, in BubbleController()
831 mStackView = new BubbleStackView( in ensureBubbleViewsAndWindowCreated()
2234 public BubbleStackView getStackView() { in getStackView()
DBubbleExpandedView.java191 private BubbleStackView mStackView;
429 BubbleStackView stackView, in initialize()
DBubble.java524 @Nullable BubbleStackView stackView, in inflate()
DBubbleStackView.java113 public class BubbleStackView extends FrameLayout class
905 public BubbleStackView(Context context, BubbleStackViewManager bubbleStackViewManager, in BubbleStackView() method in BubbleStackView
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt71 private lateinit var bubbleStackView: BubbleStackView in <lambda>()
110 BubbleStackView( in <lambda>()
248 BubbleStackView( in <lambda>()
275 BubbleStackView( in <lambda>()
293 BubbleStackView( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java166 import com.android.wm.shell.bubbles.BubbleStackView;
751 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble()
852 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses()
896 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses()
1391 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState()
1409 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState_appBubble()
1427 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState()
1447 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState()
1523 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState()
1624 BubbleStackView stackView = mBubbleController.getStackView(); in testOnStatusBarStateChanged()
[all …]
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleOverflowTest.java52 private BubbleStackView mBubbleStackView;
DBubbleViewInfoTest.kt73 private lateinit var bubbleStackView: BubbleStackView in <lambda>()
145 BubbleStackView( in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java40 import com.android.wm.shell.bubbles.BubbleStackView;
142 private BubbleStackView mBubbleStackView;
155 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()
DStackAnimationController.java43 import com.android.wm.shell.bubbles.BubbleStackView;
946 public void setStackPosition(BubbleStackView.RelativeStackPosition position) { in setStackPosition()