Searched refs:mBubbleOverflow (Results 1 – 1 of 1) sorted by relevance
734 private BubbleOverflow mBubbleOverflow; field in BubbleStackView852 mBubbleOverflow = mBubbleData.getOverflow(); in BubbleStackView()853 mBubbleContainer.addView(mBubbleOverflow.getIconView(), in BubbleStackView()858 mBubbleOverflow.getIconView().setOnClickListener((View v) -> { in BubbleStackView()860 mBubbleData.setSelectedBubble(mBubbleOverflow); in BubbleStackView()876 mBubbleOverflow.updateResources(); in BubbleStackView()1194 if (mBubbleOverflow != null) { in updateFontScale()1195 mBubbleOverflow.getExpandedView().updateFontSize(); in updateFontScale()1200 mBubbleOverflow.update(); in updateOverflow()1201 mBubbleContainer.reorderView(mBubbleOverflow.getIconView(), in updateOverflow()[all …]