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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java 100 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_EMPTY_SEARCH, 1);
101 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_SEARCH_DIVIDER, 1);
102 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_SEARCH_MARKET_DIVIDER, 1);
103 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_SEARCH_MARKET, 1);
104 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_ICON, approxRows * mNumAppsPerRow);
105 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_PREDICTION_ICON, mNumAppsPerRow);
106 pool.setMaxRecycledViews(AllAppsGridAdapter.VIEW_TYPE_PREDICTION_DIVIDER, 1);
113 public void preMeasureViews(AllAppsGridAdapter adapter) {
114 View icon = adapter.onCreateViewHolder(this, AllAppsGridAdapter.VIEW_TYPE_ICON).itemView;
116 mViewHeights.put(AllAppsGridAdapter.VIEW_TYPE_ICON, iconHeight)
    [all...]
AlphabeticalAppsList.java 101 item.viewType = AllAppsGridAdapter.VIEW_TYPE_PREDICTION_ICON;
108 item.viewType = AllAppsGridAdapter.VIEW_TYPE_ICON;
119 item.viewType = AllAppsGridAdapter.VIEW_TYPE_DISCOVERY_ITEM;
129 item.viewType = AllAppsGridAdapter.VIEW_TYPE_EMPTY_SEARCH;
136 item.viewType = AllAppsGridAdapter.VIEW_TYPE_PREDICTION_DIVIDER;
143 item.viewType = AllAppsGridAdapter.VIEW_TYPE_SEARCH_DIVIDER;
150 item.viewType = AllAppsGridAdapter.VIEW_TYPE_SEARCH_MARKET_DIVIDER;
157 item.viewType = AllAppsGridAdapter.VIEW_TYPE_APPS_LOADING_DIVIDER;
164 item.viewType = AllAppsGridAdapter.VIEW_TYPE_SEARCH_MARKET;
191 private AllAppsGridAdapter mAdapter
    [all...]
AllAppsFastScrollHelper.java 29 public class AllAppsFastScrollHelper implements AllAppsGridAdapter.BindViewCallback {
89 public void onSetAdapter(AllAppsGridAdapter adapter) {
186 public void onBindView(AllAppsGridAdapter.ViewHolder holder) {
AllAppsGridAdapter.java 49 public class AllAppsGridAdapter extends RecyclerView.Adapter<AllAppsGridAdapter.ViewHolder> {
210 public AllAppsGridAdapter(Launcher launcher, AlphabeticalAppsList apps, View.OnClickListener
AllAppsContainerView.java 75 private final AllAppsGridAdapter mAdapter;
104 mAdapter = new AllAppsGridAdapter(mLauncher, mApps, mLauncher, this);

Completed in 357 milliseconds