Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java635 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local
651 stackView.getExpandedBubble().getKey()).getKey()); in testCollapseAfterChangingExpandedBubble()
736 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses() local
746 stackView.getExpandedBubble().getKey()).getKey()); in testRemoveLastExpanded_collapses()
752 stackView.getExpandedBubble().getKey()).getKey(), in testRemoveLastExpanded_collapses()
758 stackView.getExpandedBubble().getKey()).getKey()); in testRemoveLastExpanded_collapses()
764 stackView.getExpandedBubble().getKey()).getKey(), in testRemoveLastExpanded_collapses()
780 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses() local
790 stackView.getExpandedBubble().getKey()).getKey(), in testRemoveLastExpandedEmptyOverflow_collapses()
1273 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState() local
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTask.java88 @Nullable BubbleStackView stackView, in BubbleViewInfoTask() argument
97 mStackView = new WeakReference<>(stackView); in BubbleViewInfoTask()
193 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate() argument
201 R.layout.bubble_view, stackView, false /* attachToRoot */); in populate()
205 R.layout.bubble_expanded_view, stackView, false /* attachToRoot */); in populate()
206 info.expandedView.initialize(controller, stackView, false /* isOverflow */); in populate()
DBubbleOverflow.kt62 .initialize(controller, controller.stackView, true /* isOverflow */) in initialize()
DBubble.java479 @Nullable BubbleStackView stackView, in inflate() argument
489 stackView, in inflate()
DBubbleExpandedView.java418 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize() argument
420 mStackView = stackView; in initialize()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationControllerTest.java74 BubbleStackView stackView = mock(BubbleStackView.class); in setUp() local
75 when(stackView.getState()).thenReturn(getStackViewState()); in setUp()
79 stackView); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java145 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController() argument
150 mBubbleStackView = stackView; in ExpandedAnimationController()