Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java24 import static com.android.launcher3.BubbleTextView.DISPLAY_SEARCH_RESULT_SMALL;
399 mBubbleTextView.setDisplay(DISPLAY_SEARCH_RESULT_SMALL); in applyIconAndLabel_whenDisplay_DISPLAY_SEARCH_RESULT_SMALL_noBadge()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java104 public static final int DISPLAY_SEARCH_RESULT_SMALL = 7; field in BubbleTextView
255 } else if (mDisplay == DISPLAY_SEARCH_RESULT_SMALL) { in BubbleTextView()
448 if (mHideBadge || mDisplay == DISPLAY_SEARCH_RESULT_SMALL) { in applyIconAndLabel()
1209 || mDisplay == DISPLAY_SEARCH_RESULT_SMALL in isDisplaySearchResult()