Home
last modified time | relevance | path

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

/development/samples/Home/src/com/example/android/home/
DHome.java100 private static ArrayList<ApplicationInfo> mApplications; field in Home
163 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()