Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DFloatingSurfaceView.java93 mLauncher.getViewCache().recycleView(R.layout.floating_surface_view, this); in handleClose()
113 FloatingSurfaceView view = launcher.getViewCache().getView(R.layout.floating_surface_view, in show()
H A DActivityContext.java97 default ViewCache getViewCache() { in getViewCache() method
H A DFloatingIconView.java563 FloatingIconView view = launcher.getViewCache().getView(R.layout.floating_icon_view, in getFloatingIconView()
627 mLauncher.getViewCache().recycleView(R.layout.floating_icon_view, this); in finish()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarView.java111 mActivityContext.getViewCache().recycleView(view.getSourceLayoutResId(), view); in removeAndRecycle()
321 return mActivityContext.getViewCache().getView(layoutResId, mActivityContext, this); in inflate()
H A DTaskbarActivityContext.java256 public ViewCache getViewCache() { in getViewCache() method in TaskbarActivityContext
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A 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()
H A DDigitalWellBeingToast.java130 TextView toast = mActivity.getViewCache().getView(R.layout.digital_wellbeing_toast, in setLimit()
312 mActivity.getViewCache().recycleView(R.layout.digital_wellbeing_toast, mBanner); in resetOldBanner()
H A DRecentsView.java721 mActivity.getViewCache().setCacheSize(R.layout.digital_wellbeing_toast, 5); in RecentsView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseActivity.java136 public ViewCache getViewCache() { in getViewCache() method in BaseActivity
H A DLauncher.java2668 getViewCache().setCacheSize(R.layout.folder_application, in finishBindingItems()
2670 getViewCache().setCacheSize(R.layout.folder_page, 2); in finishBindingItems()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java109 mViewCache = ActivityContext.lookupContext(context).getViewCache(); in FolderPagedView()