Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java105 CharSequence longLabel = mDetail.getLongLabel(); in applyShortcutInfo() local
108 boolean usingLongLabel = !TextUtils.isEmpty(longLabel) in applyShortcutInfo()
109 && mBubbleText.getPaint().measureText(longLabel.toString()) <= availableWidth; in applyShortcutInfo()
110 mBubbleText.setText(usingLongLabel ? longLabel : mDetail.getShortLabel()); in applyShortcutInfo()