Searched refs:AlphabeticalAppsList (Results 1 – 7 of 7) sorted by relevance
51 private AlphabeticalAppsList mApps;125 public void setApps(AlphabeticalAppsList apps) { in setApps()130 public AlphabeticalAppsList getApps() { in getApps()249 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems(); in fillInLogContainerData()250 AlphabeticalAppsList.AdapterItem item = items.get(position); in fillInLogContainerData()307 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress()309 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0); in scrollToPositionAtProgress()311 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i); in scrollToPositionAtProgress()363 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems(); in onUpdateScrollbar()437 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems(); in getCurrentScrollY()[all …]
31 private AlphabeticalAppsList mApps;80 public AllAppsFastScrollHelper(AllAppsRecyclerView rv, AlphabeticalAppsList apps) { in AllAppsFastScrollHelper()95 AlphabeticalAppsList.FastScrollSectionInfo info) { in smoothScrollToSection()109 AlphabeticalAppsList.FastScrollSectionInfo info) { in smoothSnapToPosition()143 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in smoothSnapToPosition()212 AlphabeticalAppsList.AdapterItem item = mApps.getAdapterItems().get(pos); in updateTrackedViewsFastScrollFocusState()
42 import com.android.launcher3.allapps.AlphabeticalAppsList.AdapterItem;193 private final AlphabeticalAppsList mApps;211 public AllAppsGridAdapter(Launcher launcher, AlphabeticalAppsList apps, View.OnClickListener in AllAppsGridAdapter()405 AlphabeticalAppsList.AdapterItem item = mApps.getAdapterItems().get(position); in getItemViewType()
66 private final AlphabeticalAppsList mApps;93 mApps = new AlphabeticalAppsList(context); in AllAppsContainerView()
46 public class AlphabeticalAppsList { class192 public AlphabeticalAppsList(Context context) { in AlphabeticalAppsList() method in AlphabeticalAppsList
30 void initialize(AlphabeticalAppsList appsList, AllAppsRecyclerView recyclerView); in initialize()
40 import com.android.launcher3.allapps.AlphabeticalAppsList;62 private AlphabeticalAppsList mApps;128 AlphabeticalAppsList appsList, AllAppsRecyclerView recyclerView) { in initialize()