Home
last modified time | relevance | path

Searched refs:mBubbleText (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java53 private BubbleTextView mBubbleText; field in DeepShortcutView
74 mBubbleText = findViewById(R.id.bubble_text); in onFinishInflate()
95 if (!(getBackground() instanceof GradientDrawable) || mBubbleText == null) { in tryUpdateTextBackground()
112 mBubbleText.setBackground(drawable); in tryUpdateTextBackground()
117 return mBubbleText; in getBubbleText()
144 mBubbleText.applyFromWorkspaceItem(info); in applyShortcutInfo()
145 mIconView.setBackground(mBubbleText.getIcon()); in applyShortcutInfo()
149 int availableWidth = mBubbleText.getWidth() - mBubbleText.getTotalPaddingLeft() in applyShortcutInfo()
150 - mBubbleText.getTotalPaddingRight(); in applyShortcutInfo()
152 && mBubbleText.getPaint().measureText(longLabel.toString()) <= availableWidth; in applyShortcutInfo()
[all …]