Searched refs:mBubbleText (Results 1 – 1 of 1) sorted by relevance
53 private BubbleTextView mBubbleText; field in DeepShortcutView74 mBubbleText = findViewById(R.id.bubble_text); in onFinishInflate()75 mBubbleText.setHideBadge(true); in onFinishInflate()96 if (!(getBackground() instanceof GradientDrawable) || mBubbleText == null) { in tryUpdateTextBackground()113 mBubbleText.setBackground(drawable); in tryUpdateTextBackground()118 return mBubbleText; in getBubbleText()145 mBubbleText.applyFromWorkspaceItem(info); in applyShortcutInfo()146 mIconView.setBackground(mBubbleText.getIcon()); in applyShortcutInfo()150 int availableWidth = mBubbleText.getWidth() - mBubbleText.getTotalPaddingLeft() in applyShortcutInfo()151 - mBubbleText.getTotalPaddingRight(); in applyShortcutInfo()[all …]