Searched refs:getAdapterItems (Results 1 – 4 of 4) sorted by relevance
187 switch (mApps.getAdapterItems().get(position).viewType) { in getSpanSize()222 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems(); in onDraw()565 AppInfo info = mApps.getAdapterItems().get(position).appInfo; in onBindViewHolder()573 AppInfo info = mApps.getAdapterItems().get(position).appInfo; in onBindViewHolder()612 return mApps.getAdapterItems().size(); in getItemCount()617 AlphabeticalAppsList.AdapterItem item = mApps.getAdapterItems().get(position); in getItemViewType()
178 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems(); in fillInLaunchSourceData()260 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems(); in onUpdateScrollbar()346 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems(); in getCurScrollState()
221 AlphabeticalAppsList.AdapterItem item = mApps.getAdapterItems().get(pos); in updateViewFastScrollFocusState()
246 public List<AdapterItem> getAdapterItems() { in getAdapterItems() method in AlphabeticalAppsList