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

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutView.java50 private DeepShortcutTextView mBubbleText; field in class:DeepShortcutView
74 mBubbleText = (DeepShortcutTextView) findViewById(R.id.deep_shortcut);
78 return mBubbleText;
99 mBubbleText.applyFromShortcutInfo(info, cache);
100 mIconView.setBackground(mBubbleText.getIcon());
104 int availableWidth = mBubbleText.getWidth() - mBubbleText.getTotalPaddingLeft()
105 - mBubbleText.getTotalPaddingRight();
107 && mBubbleText.getPaint().measureText(longLabel.toString()) <= availableWidth;
108 mBubbleText
[all...]

Completed in 94 milliseconds