Searched refs:getViewCache (Results 1 – 6 of 6) sorted by relevance
76 mActivity.getViewCache().recycleView(R.layout.digital_wellbeing_toast, oldFooter); in setTaskFooter()90 TextView toast = mActivity.getViewCache().getView(R.layout.digital_wellbeing_toast, in setLimit()
358 mActivity.getViewCache().setCacheSize(R.layout.digital_wellbeing_toast, 5); in RecentsView()
108 public ViewCache getViewCache() { in getViewCache() method in BaseActivity
2360 getViewCache().setCacheSize(R.layout.folder_application, in finishBindingItems()2362 getViewCache().setCacheSize(R.layout.folder_page, 2); in finishBindingItems()
747 FloatingIconView view = launcher.getViewCache().getView(R.layout.floating_icon_view, in getFloatingIconView()861 mLauncher.getViewCache().recycleView(R.layout.floating_icon_view, this); in finish()
103 mViewCache = BaseActivity.fromContext(context).getViewCache(); in FolderPagedView()