Searched refs:mBubbleOverflow (Results 1 – 1 of 1) sorted by relevance
887 private BubbleOverflow mBubbleOverflow; field in BubbleStackView1014 mBubbleOverflow = mBubbleData.getOverflow(); in BubbleStackView()1045 mBubbleOverflow.updateResources(); in BubbleStackView()1282 mBubbleContainer.addView(mBubbleOverflow.getIconView(), in setUpOverflow()1286 mBubbleOverflow.getIconView().setOnClickListener((View v) -> { in setUpOverflow()1288 mBubbleData.setSelectedBubble(mBubbleOverflow); in setUpOverflow()1531 if (mShowingOverflow && mBubbleOverflow != null in updateFontScale()1532 && mBubbleOverflow.getExpandedView() != null) { in updateFontScale()1533 mBubbleOverflow.getExpandedView().updateFontSize(); in updateFontScale()1538 if (mShowingOverflow && mBubbleOverflow != null in updateLocale()[all …]