Searched refs:getExpandedView (Results 1 – 6 of 6) sorted by relevance
68 assertThat(mOverflow.getExpandedView()).isNull(); in test_initialize_forStack()72 assertThat(mOverflow.getExpandedView()).isNotNull(); in test_initialize_forStack()73 assertThat(mOverflow.getExpandedView().getBubbleKey()).isEqualTo(BubbleOverflow.KEY); in test_initialize_forStack()82 assertThat(mOverflow.getExpandedView()).isNull(); in test_initialize_forBubbleBar()88 assertThat(mOverflow.getExpandedView()).isNotNull(); in test_cleanUpExpandedState()91 assertThat(mOverflow.getExpandedView()).isNull(); in test_cleanUpExpandedState()
1304 mManageEduView.show(mExpandedBubble.getExpandedView()); in maybeShowManageEdu()1396 if (b.getExpandedView() != null) { in updateFontScale()1397 b.getExpandedView().updateFontSize(); in updateFontScale()1467 if (b.getExpandedView() != null) { in onDisplaySizeChanged()1468 b.getExpandedView().updateDimensions(); in onDisplaySizeChanged()1525 if (bubble.getExpandedView() != null) { in updateExpandedViewTheme()1526 bubble.getExpandedView().applyThemeAttrs(); in updateExpandedViewTheme()1537 if (bubble.getExpandedView() != null) { in updateExpandedViewDirection()2305 if (mExpandedBubble.getExpandedView() != null) { in animateExpansion()2343 mExpandedBubble.getExpandedView() in animateExpansion()[all …]
45 BubbleExpandedView getExpandedView(); in getExpandedView() method
75 getExpandedView()?.applyThemeAttrs()176 override fun getExpandedView(): BubbleExpandedView? {
381 public BubbleExpandedView getExpandedView() { in getExpandedView() method in Bubble
2113 assertThat(b.getExpandedView()).isNotNull(); in assertBubbleIsInflatedForStack()2132 assertThat(b.getExpandedView()).isNull(); in assertBubbleIsInflatedForBar()