Home
last modified time | relevance | path

Searched refs:getExpandedView (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DBubbleOverflowTest.java68 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1304 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 …]
H A DBubbleViewProvider.java45 BubbleExpandedView getExpandedView(); in getExpandedView() method
H A DBubbleOverflow.kt75 getExpandedView()?.applyThemeAttrs()
176 override fun getExpandedView(): BubbleExpandedView? {
H A DBubble.java381 public BubbleExpandedView getExpandedView() { in getExpandedView() method in Bubble
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java2113 assertThat(b.getExpandedView()).isNotNull(); in assertBubbleIsInflatedForStack()
2132 assertThat(b.getExpandedView()).isNull(); in assertBubbleIsInflatedForBar()