Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingSurfaceView.java90 mLauncher.getViewCache().recycleView(R.layout.floating_surface_view, this); in handleClose()
116 FloatingSurfaceView view = launcher.getViewCache().getView(R.layout.floating_surface_view, in show()
DFloatingIconView.java615 FloatingIconView view = launcher.getViewCache().getView(R.layout.floating_icon_view, in getFloatingIconView()
687 mLauncher.getViewCache().recycleView(R.layout.floating_icon_view, this); in finish()
DActivityContext.java207 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.java128 TextView toast = mContainer.getViewCache().getView(R.layout.digital_wellbeing_toast, in setLimit()
318 mContainer.getViewCache().recycleView(R.layout.digital_wellbeing_toast, mBanner); in resetOldBanner()
DRecentsView.java864 mContainer.getViewCache().setCacheSize(R.layout.digital_wellbeing_toast, 5); in RecentsView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java303 mActivityContext.getViewCache().recycleView(view.getSourceLayoutResId(), view); in removeAndRecycle()
660 return mActivityContext.getViewCache().getView(layoutResId, mActivityContext, this); in inflate()
DTaskbarActivityContext.java643 public ViewCache getViewCache() { in getViewCache() method in TaskbarActivityContext
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseActivity.java169 public ViewCache getViewCache() { in getViewCache() method in BaseActivity
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java112 mViewCache = activityContext.getViewCache(); in FolderPagedView()