Home
last modified time | relevance | path

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

/development/samples/Home/src/com/example/android/home/
DHome.java119 private ApplicationsStackLayout mApplicationsStack; field in Home
219 if (mApplicationsStack == null) { in bindApplications()
220 mApplicationsStack = (ApplicationsStackLayout) findViewById(R.id.faves_and_recents); in bindApplications()
266 mApplicationsStack.setFavorites(mFavorites); in bindFavorites()
320 mApplicationsStack.setFavorites(mFavorites); in bindFavorites()
379 mApplicationsStack.setRecents(recents); in bindRecents()