Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java23 import static com.android.launcher3.BubbleTextView.DISPLAY_SEARCH_RESULT;
411 mBubbleTextView.setDisplay(DISPLAY_SEARCH_RESULT); in applyIconAndLabel_whenDisplay_DISPLAY_SEARCH_RESULT_hasBadge()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java103 public static final int DISPLAY_SEARCH_RESULT = 6; field in BubbleTextView
252 } else if (mDisplay == DISPLAY_SEARCH_RESULT) { in BubbleTextView()
1208 return mDisplay == DISPLAY_SEARCH_RESULT in isDisplaySearchResult()