Searched defs:stackView (Results 1 – 7 of 7) sorted by relevance
85 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest001() local117 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest002() local154 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest003() local201 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest004() local249 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest005() local297 UIViewGroup *stackView = reinterpret_cast<UIViewGroup *>(component->GetComponentRootView()); in ComponentStackTest006() local
635 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local736 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpanded_collapses() local780 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedEmptyOverflow_collapses() local1273 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState() local1291 BubbleStackView stackView = mBubbleController.getStackView(); in testShowManageMenuChangesSysuiState_appBubble() local1309 BubbleStackView stackView = mBubbleController.getStackView(); in testHideManageMenuChangesSysuiState() local1329 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseBubbleManageMenuChangesSysuiState() local1405 BubbleStackView stackView = mBubbleController.getStackView(); in testStackViewOnBackPressed_updatesBubbleDataExpandState() local1478 BubbleStackView stackView = mBubbleController.getStackView(); in testOnStatusBarStateChanged() local1718 BubbleStackView stackView = mBubbleController.getStackView(); in testShowStackEdu_isNotConversationBubble() local[all …]
74 BubbleStackView stackView = mock(BubbleStackView.class); in setUp() local
88 @Nullable BubbleStackView stackView, in BubbleViewInfoTask()193 BubbleStackView stackView, BubbleIconFactory iconFactory, Bubble b, in populate()
418 void initialize(BubbleController controller, BubbleStackView stackView, boolean isOverflow) { in initialize()
479 @Nullable BubbleStackView stackView, in inflate()
145 Runnable onBubbleAnimatedOutAction, BubbleStackView stackView) { in ExpandedAnimationController()