Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java477 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local
578 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_selectsOverflow() local
623 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses() local
1043 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState() local
1059 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState() local
1079 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState() local
1103 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState() local
H A DBubblesTest.java503 BubbleStackView stackView = mBubbleController.getStackView(); in testExpandCollapseStack() local
534 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local
634 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_selectsOverflow() local
679 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses() local
1227 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState() local
1243 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState() local
1263 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState() local
1287 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewInfoTask.java85 BubbleStackView stackView, in BubbleViewInfoTask()
137 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
H A DBubbleExpandedView.java320 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
H A DBubble.java365 BubbleStackView stackView, in inflate()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationControllerTest.java74 BubbleStackView stackView = mock(BubbleStackView.class); in setUp() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java130 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()