Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java401 mBubbleTextView.applyIconAndLabel(mGmailAppInfo); in applyIconAndLabel_whenDisplay_DISPLAY_SEARCH_RESULT_SMALL_noBadge()
413 mBubbleTextView.applyIconAndLabel(mGmailAppInfo); in applyIconAndLabel_whenDisplay_DISPLAY_SEARCH_RESULT_hasBadge()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java393 applyIconAndLabel(info); in applyFromWorkspaceItem()
402 applyIconAndLabel(info); in applyFromApplicationInfo()
423 applyIconAndLabel(info); in applyFromItemInfoWithIcon()
445 public void applyIconAndLabel(ItemInfoWithIcon info) { in applyIconAndLabel() method in BubbleTextView