Searched refs:getExpandedView (Results 1 – 5 of 5) sorted by relevance
317 final BubbleExpandedView expandedView = mExpandedBubble.getExpandedView(); in dump()925 if (mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { in BubbleStackView()926 mExpandedBubble.getExpandedView().updateInsets(insets); in BubbleStackView()1311 if (mBubbleOverflow != null && mBubbleOverflow.getExpandedView() != null) { in onDetachedFromWindow()1312 mBubbleOverflow.getExpandedView().cleanUpExpandedState(); in onDetachedFromWindow()1328 if (bubble.getExpandedView() != null) { in updateExpandedViewTheme()1329 bubble.getExpandedView().applyThemeAttrs(); in updateExpandedViewTheme()1340 if (bubble.getExpandedView() != null) { in updateExpandedViewDirection()1341 bubble.getExpandedView().setLayoutDirection(direction); in updateExpandedViewDirection()1613 if (mIsExpanded && mExpandedBubble != null && mExpandedBubble.getExpandedView() != null) { in setSelectedBubble()[all …]
29 @Nullable BubbleExpandedView getExpandedView(); in getExpandedView() method
136 public BubbleExpandedView getExpandedView() { in getExpandedView() method in BubbleOverflow
571 if (b.getExpandedView() != null) { in notifyDisplayEmpty()572 b.getExpandedView().notifyDisplayEmpty(); in notifyDisplayEmpty()
238 public BubbleExpandedView getExpandedView() { in getExpandedView() method in Bubble