Searched refs:AlphabeticalAppsList (Results 1 – 6 of 6) sorted by relevance
51 private AlphabeticalAppsList mApps;87 public void setApps(AlphabeticalAppsList apps, boolean usingTabs) { in setApps()92 public AlphabeticalAppsList getApps() { in getApps()200 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress()202 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0); in scrollToPositionAtProgress()204 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i); in scrollToPositionAtProgress()259 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems(); in onUpdateScrollbar()333 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems(); in getCurrentScrollY()349 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems(); in getCurrentScrollY()350 AlphabeticalAppsList.AdapterItem posItem = position < items.size() ? 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()
33 import com.android.launcher3.allapps.AlphabeticalAppsList.AdapterItem;179 private final AlphabeticalAppsList mApps;193 public AllAppsGridAdapter(Launcher launcher, AlphabeticalAppsList apps) { in AllAppsGridAdapter()339 AlphabeticalAppsList.AdapterItem item = mApps.getAdapterItems().get(position); in getItemViewType()
39 public class AlphabeticalAppsList implements AllAppsStore.OnUpdateListener { class151 public AlphabeticalAppsList(Context context, AllAppsStore appsStore, boolean isWork) { in AlphabeticalAppsList() method in AlphabeticalAppsList
463 public AlphabeticalAppsList getApps() { in getApps()588 final AlphabeticalAppsList appsList;594 appsList = new AlphabeticalAppsList(mLauncher, mAllAppsStore, isWork); in AdapterHolder()
47 import com.android.launcher3.allapps.AlphabeticalAppsList;67 private AlphabeticalAppsList mApps;