Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DDragPreviewProvider.java19 import static com.android.launcher3.BubbleTextView.DISPLAY_SEARCH_RESULT_APP_ROW;
106 && btv.getIconDisplay() == DISPLAY_SEARCH_RESULT_APP_ROW) { in createDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java106 public static final int DISPLAY_SEARCH_RESULT_APP_ROW = 9; field in BubbleTextView
244 || mDisplay == DISPLAY_SEARCH_RESULT_APP_ROW) { in BubbleTextView()
1210 || mDisplay == DISPLAY_SEARCH_RESULT_APP_ROW; in isDisplaySearchResult()