HomeSort by relevance Sort by last modified time
    Searched refs:VIEW_TYPE_SEARCH_MARKET (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java 60 public static final int VIEW_TYPE_SEARCH_MARKET = 1 << 4;
301 case VIEW_TYPE_SEARCH_MARKET:
353 case VIEW_TYPE_SEARCH_MARKET:
AllAppsRecyclerView.java 103 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_SEARCH_MARKET, 1);
130 AllAppsGridAdapter.VIEW_TYPE_SEARCH_MARKET);
AlphabeticalAppsList.java 164 item.viewType = AllAppsGridAdapter.VIEW_TYPE_SEARCH_MARKET;

Completed in 233 milliseconds