Searched refs:longLabel (Results 1 – 1 of 1) sorted by relevance
148 CharSequence longLabel = mDetail.getLongLabel(); in applyShortcutInfo() local151 boolean usingLongLabel = !TextUtils.isEmpty(longLabel) in applyShortcutInfo()152 && mBubbleText.getPaint().measureText(longLabel.toString()) <= availableWidth; in applyShortcutInfo()153 mBubbleText.setText(usingLongLabel ? longLabel : mDetail.getShortLabel()); in applyShortcutInfo()