Searched defs:stackView (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 811 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/ |
D | BubbleViewInfoTaskLegacy.java | 98 @Nullable BubbleStackView stackView, in BubbleViewInfoTaskLegacy() 234 BubbleStackView stackView, in populate()
|
D | BubbleViewInfoTask.java | 97 @Nullable BubbleStackView stackView, in BubbleViewInfoTask() 313 BubbleStackView stackView, in populate()
|
D | BubbleTransitions.java | 103 BubblePositioner positioner, BubbleStackView stackView, in startConvertToBubble() 265 BubblePositioner positioner, BubbleStackView stackView, in ConvertToBubble()
|
D | BubbleExpandedView.java | 442 BubbleStackView stackView, in initialize()
|
D | Bubble.java | 720 @Nullable BubbleStackView stackView, in inflate()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedAnimationControllerTest.java | 74 BubbleStackView stackView = mock(BubbleStackView.class); in setUp() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedAnimationController.java | 155 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()
|