Home
last modified time | relevance | path

Searched refs:AlphabeticalAppsList (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java51 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 …]
DAllAppsFastScrollHelper.java31 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()
DAllAppsGridAdapter.java33 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()
DAlphabeticalAppsList.java39 public class AlphabeticalAppsList implements AllAppsStore.OnUpdateListener { class
151 public AlphabeticalAppsList(Context context, AllAppsStore appsStore, boolean isWork) { in AlphabeticalAppsList() method in AlphabeticalAppsList
DAllAppsContainerView.java463 public AlphabeticalAppsList getApps() { in getApps()
588 final AlphabeticalAppsList appsList;
594 appsList = new AlphabeticalAppsList(mLauncher, mAllAppsStore, isWork); in AdapterHolder()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java47 import com.android.launcher3.allapps.AlphabeticalAppsList;
67 private AlphabeticalAppsList mApps;