Searched refs:mApplications (Results 1 – 1 of 1) sorted by relevance
100 private static ArrayList<ApplicationInfo> mApplications; field in Home163 final int count = mApplications.size(); in onDestroy()165 mApplications.get(i).icon.setCallback(null); in onDestroy()216 mGrid.setAdapter(new ApplicationsAdapter(this, mApplications)); in bindApplications()480 if (isLaunching && mApplications != null) { in loadApplications()495 if (mApplications == null) { in loadApplications()496 mApplications = new ArrayList<ApplicationInfo>(count); in loadApplications()498 mApplications.clear(); in loadApplications()512 mApplications.add(application); in loadApplications()616 final ApplicationInfo info = mApplications.get(position); in getView()