Searched refs:longLabel (Results 1 – 1 of 1) sorted by relevance
105 CharSequence longLabel = mDetail.getLongLabel(); in applyShortcutInfo() local108 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()