Searched refs:mFavorites (Results 1 – 2 of 2) sorted by relevance
101 private static LinkedList<ApplicationInfo> mFavorites; field in Home259 if (!isLaunching || mFavorites == null) { in bindFavorites()261 if (mFavorites == null) { in bindFavorites()262 mFavorites = new LinkedList<ApplicationInfo>(); in bindFavorites()264 mFavorites.clear(); in bindFavorites()266 mApplicationsStack.setFavorites(mFavorites); in bindFavorites()310 mFavorites.addFirst(info); in bindFavorites()320 mApplicationsStack.setFavorites(mFavorites); in bindFavorites()372 if (!mFavorites.contains(info)) { in bindRecents()
71 private List<ApplicationInfo> mFavorites; field in ApplicationsStackLayout207 childTop = stackApplications(mFavorites, childLeft, childTop); in layoutVertical()230 childLeft = stackApplications(mFavorites, childLeft, childTop); in layoutHorizontal()323 mFavorites = applications; in setFavorites()