Home
last modified time | relevance | path

Searched defs:stackView (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java635 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local
736 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses() local
780 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses() local
1273 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState() local
1291 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState_appBubble() local
1309 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState() local
1329 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState() local
1405 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState() local
1478 BubbleStackView stackView = mBubbleController.getStackView(); in testOnStatusBarStateChanged() local
1718 BubbleStackView stackView = mBubbleController.getStackView(); in testShowStackEdu_isNotConversationBubble() local
[all …]
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationControllerTest.java74 BubbleStackView stackView = mock(BubbleStackView.class); in setUp() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTask.java88 @Nullable BubbleStackView stackView, in BubbleViewInfoTask()
193 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
DBubbleExpandedView.java418 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
DBubble.java479 @Nullable BubbleStackView stackView, in inflate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java145 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()