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.java751 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local
852 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses() local
896 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses() local
1391 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState() local
1409 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState_appBubble() local
1427 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState() local
1447 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState() local
1523 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState() local
1624 BubbleStackView stackView = mBubbleController.getStackView(); in testOnStatusBarStateChanged() local
1864 BubbleStackView stackView = mBubbleController.getStackView(); in testShowStackEdu_isNotConversationBubble() local
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTask.java92 @Nullable BubbleStackView stackView, in BubbleViewInfoTask()
211 BubbleStackView stackView, in populate()
DBubbleExpandedView.java429 BubbleStackView stackView, in initialize()
DBubble.java524 @Nullable BubbleStackView stackView, in inflate()
/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/animation/
DExpandedAnimationController.java155 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()