Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java811 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local
912 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses() local
956 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses() local
1574 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState() local
1592 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState_notesBubble() local
1610 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState() local
1630 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState() local
1706 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState() local
1807 BubbleStackView stackView = mBubbleController.getStackView(); in testOnStatusBarStateChanged() local
2047 BubbleStackView stackView = mBubbleController.getStackView(); in testShowStackEdu_isNotConversationBubble() local
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTaskLegacy.java98 @Nullable BubbleStackView stackView, in BubbleViewInfoTaskLegacy()
234 BubbleStackView stackView, in populate()
DBubbleViewInfoTask.java97 @Nullable BubbleStackView stackView, in BubbleViewInfoTask()
313 BubbleStackView stackView, in populate()
DBubbleTransitions.java103 BubblePositioner positioner, BubbleStackView stackView, in startConvertToBubble()
265 BubblePositioner positioner, BubbleStackView stackView, in ConvertToBubble()
DBubbleExpandedView.java442 BubbleStackView stackView, in initialize()
DBubble.java720 @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()