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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsFastScrollHelper.java 35 private AlphabeticalAppsList mApps;
84 public AllAppsFastScrollHelper(AllAppsRecyclerView rv, AlphabeticalAppsList apps) {
99 AlphabeticalAppsList.FastScrollSectionInfo info) {
113 AlphabeticalAppsList.FastScrollSectionInfo info) {
147 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections =
214 AlphabeticalAppsList.AdapterItem item = mApps.getAdapterItems().get(pos);
AllAppsRecyclerView.java 44 private AlphabeticalAppsList mApps;
83 public void setApps(AlphabeticalAppsList apps) {
192 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems();
193 AlphabeticalAppsList.AdapterItem item = items.get(position);
247 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections =
249 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0);
251 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i);
287 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems();
361 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems();
376 List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems()
    [all...]
AllAppsSearchBarController.java 50 protected AlphabeticalAppsList mApps;
65 AlphabeticalAppsList apps, ExtendedEditText input,
AllAppsGridAdapter.java 41 import com.android.launcher3.allapps.AlphabeticalAppsList.AdapterItem;
193 private final AlphabeticalAppsList mApps;
210 public AllAppsGridAdapter(Launcher launcher, AlphabeticalAppsList apps, View.OnClickListener
389 AlphabeticalAppsList.AdapterItem item = mApps.getAdapterItems().get(position);
AllAppsContainerView.java 74 private final AlphabeticalAppsList mApps;
103 mApps = new AlphabeticalAppsList(context);
AlphabeticalAppsList.java 45 public class AlphabeticalAppsList {
47 public static final String TAG = "AlphabeticalAppsList";
198 public AlphabeticalAppsList(Context context) {

Completed in 132 milliseconds