Home
last modified time | relevance | path

Searched refs:mOverflowView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java149 private BubbleOverflowContainerView mOverflowView; field in BubbleExpandedView
452 mOverflowView = (BubbleOverflowContainerView) LayoutInflater.from(getContext()).inflate( in initialize()
454 mOverflowView.initialize(expandedViewManager, positioner); in initialize()
456 mExpandedViewContainer.addView(mOverflowView, lp); in initialize()
459 bringChildToFront(mOverflowView); in initialize()
578 if (mOverflowView != null) { in updateFontSize()
579 mOverflowView.updateFontSize(); in updateFontSize()
587 if (mOverflowView != null) { in updateLocale()
588 mOverflowView.updateLocale(); in updateLocale()
675 mOverflowView.draw( in snapshotActivitySurface()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedView.java125 private BubbleOverflowContainerView mOverflowView; field in BubbleBarExpandedView
245 mOverflowView = (BubbleOverflowContainerView) LayoutInflater.from(getContext()).inflate( in initialize()
247 mOverflowView.initialize(expandedViewManager, positioner); in initialize()
248 addView(mOverflowView); in initialize()
582 if (mOverflowView != null) { in maybeShowOverflow()
585 post(() -> mOverflowView.show()); in maybeShowOverflow()
683 if (mOverflowView != null) { in getContentBottomOnScreen()
684 mOverflowView.getBoundsOnScreen(mTempBounds); in getContentBottomOnScreen()