Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dstack_tdd_test.cpp85 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest001() local
117 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest002() local
154 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest003() local
201 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest004() local
249 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest005() local
297 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest006() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java635 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local
736 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses() local
780 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses() local
1273 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState() local
1291 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState_appBubble() local
1309 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState() local
1329 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState() local
1405 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState() local
1478 BubbleStackView stackView = mBubbleController.getStackView(); in testOnStatusBarStateChanged() local
1718 BubbleStackView stackView = mBubbleController.getStackView(); in testShowStackEdu_isNotConversationBubble() local
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationControllerTest.java74 BubbleStackView stackView = mock(BubbleStackView.class); in setUp() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewInfoTask.java88 @Nullable BubbleStackView stackView, in BubbleViewInfoTask()
193 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
H A DBubbleExpandedView.java418 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
H A DBubble.java479 @Nullable BubbleStackView stackView, in inflate()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationController.java145 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()