Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingSurfaceView.java92 mLauncher.getViewCache().recycleView(R.layout.floating_surface_view, this); in handleClose()
118 FloatingSurfaceView view = launcher.getViewCache().getView(R.layout.floating_surface_view, in show()
DFloatingIconView.java589 FloatingIconView view = launcher.getViewCache().getView(R.layout.floating_icon_view, in getFloatingIconView()
661 mLauncher.getViewCache().recycleView(R.layout.floating_icon_view, this); in finish()
DActivityContext.java180 default ViewCache getViewCache() { in getViewCache() method
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java253 mLauncher.getViewCache().recycleView(R.layout.floating_widget_view, this); in finish()
293 launcher.getViewCache().getView(R.layout.floating_widget_view, launcher, parent); in getFloatingWidgetView()
DDigitalWellBeingToast.java122 TextView toast = mActivity.getViewCache().getView(R.layout.digital_wellbeing_toast, in setLimit()
298 mActivity.getViewCache().recycleView(R.layout.digital_wellbeing_toast, mBanner); in resetOldBanner()
DRecentsView.java802 mActivity.getViewCache().setCacheSize(R.layout.digital_wellbeing_toast, 5); in RecentsView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java229 mActivityContext.getViewCache().recycleView(view.getSourceLayoutResId(), view); in removeAndRecycle()
551 return mActivityContext.getViewCache().getView(layoutResId, mActivityContext, this); in inflate()
DTaskbarActivityContext.java419 public ViewCache getViewCache() { in getViewCache() method in TaskbarActivityContext
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseActivity.java157 public ViewCache getViewCache() { in getViewCache() method in BaseActivity
DLauncher.java2810 getViewCache().setCacheSize(R.layout.folder_application,
2812 getViewCache().setCacheSize(R.layout.folder_page, 2);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java110 mViewCache = ActivityContext.lookupContext(context).getViewCache(); in FolderPagedView()