Searched refs:stackView (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 751 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local 767 stackView.getExpandedBubble().getKey()).getKey()); in testCollapseAfterChangingExpandedBubble() 852 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses() local 862 stackView.getExpandedBubble().getKey()).getKey()); in testRemoveLastExpanded_collapses() 868 stackView.getExpandedBubble().getKey()).getKey(), in testRemoveLastExpanded_collapses() 874 stackView.getExpandedBubble().getKey()).getKey()); in testRemoveLastExpanded_collapses() 880 stackView.getExpandedBubble().getKey()).getKey(), in testRemoveLastExpanded_collapses() 896 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses() local 906 stackView.getExpandedBubble().getKey()).getKey(), in testRemoveLastExpandedEmptyOverflow_collapses() 1391 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState() local [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleViewInfoTask.java | 92 @Nullable BubbleStackView stackView, in BubbleViewInfoTask() argument 103 mStackView = new WeakReference<>(stackView); in BubbleViewInfoTask() 211 BubbleStackView stackView, in populate() argument 221 R.layout.bubble_view, stackView, false /* attachToRoot */); in populate() 226 R.layout.bubble_expanded_view, stackView, false /* attachToRoot */); in populate() 228 expandedViewManager, stackView, positioner, false /* isOverflow */, in populate()
|
D | BubbleOverflow.kt | 61 stackView: BubbleStackView, in initialize() 67 stackView, in initialize()
|
D | Bubble.java | 524 @Nullable BubbleStackView stackView, in inflate() argument 536 stackView, in inflate()
|
D | BubbleExpandedView.java | 429 BubbleStackView stackView, in initialize() argument 434 mStackView = stackView; in initialize()
|
/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 78 stackView); in setUp() 88 when(stackView.getState()).thenAnswer(i -> getStackViewState()); in setUp()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedAnimationController.java | 155 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController() argument 160 mBubbleStackView = stackView; in ExpandedAnimationController()
|