Searched refs:mOverflowView (Results 1 – 1 of 1) sorted by relevance
85 private BubbleOverflowContainerView mOverflowView; field in BubbleExpandedView331 mOverflowView = (BubbleOverflowContainerView) LayoutInflater.from(getContext()).inflate( in initialize()333 mOverflowView.setBubbleController(mController); in initialize()335 mExpandedViewContainer.addView(mOverflowView, lp); in initialize()338 bringChildToFront(mOverflowView); in initialize()388 if (mOverflowView != null) { in updateFontSize()389 mOverflowView.updateFontSize(); in updateFontSize()457 mOverflowView.draw( in snapshotActivitySurface()458 p.beginRecording(mOverflowView.getWidth(), mOverflowView.getHeight())); in snapshotActivitySurface()477 return mOverflowView.getLocationOnScreen(); in getTaskViewLocationOnScreen()[all …]