Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java423 mBubbleTextView.applyIconAndLabel(mGmailAppInfo); in applyIconAndLabel_whenDisplay_DISPLAY_SEARCH_RESULT_SMALL_noBadge()
443 spyTextView.applyIconAndLabel(mGmailAppInfo); in applyIconAndLabel_setsImageSpan_whenInactiveArchivedApp()
479 spyTextView.applyIconAndLabel(mGmailAppInfo); in applyIconAndLabel_setsBoldDrawable_whenBoldedTextForArchivedApp()
491 mBubbleTextView.applyIconAndLabel(mGmailAppInfo); in applyIconAndLabel_whenDisplay_DISPLAY_SEARCH_RESULT_hasBadge()
503 () -> mBubbleTextView.applyIconAndLabel(mItemInfoWithIcon)); in applyingPendingIcon_preserves_last_icon()
511 () -> mBubbleTextView.applyIconAndLabel(mItemInfoWithIcon)); in applyingPendingIcon_preserves_last_icon()
519 mBubbleTextView.applyIconAndLabel(mItemInfoWithIcon); in applyingPendingIcon_preserves_last_icon()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java438 applyIconAndLabel(info); in applyFromWorkspaceItem()
447 applyIconAndLabel(info); in applyFromApplicationInfo()
462 applyIconAndLabel(info); in applyFromItemInfoWithIcon()
476 public void applyIconAndLabel(Drawable icon, CharSequence label) { in applyIconAndLabel() method in BubbleTextView
549 public void applyIconAndLabel(ItemInfoWithIcon info) { in applyIconAndLabel() method in BubbleTextView
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java198 public void applyIconAndLabel(ItemInfoWithIcon info) { in applyIconAndLabel() method in PredictedAppIcon
199 super.applyIconAndLabel(info); in applyIconAndLabel()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java739 btv.applyIconAndLabel(taskIcon, task.titleDescription); in applyGroupTaskToBubbleTextView()