Searched refs:getViewCache (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | FloatingSurfaceView.java | 93 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 D | ActivityContext.java | 97 default ViewCache getViewCache() { in getViewCache() method
|
H A D | FloatingIconView.java | 563 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 D | TaskbarView.java | 111 mActivityContext.getViewCache().recycleView(view.getSourceLayoutResId(), view); in removeAndRecycle() 321 return mActivityContext.getViewCache().getView(layoutResId, mActivityContext, this); in inflate()
|
H A D | TaskbarActivityContext.java | 256 public ViewCache getViewCache() { in getViewCache() method in TaskbarActivityContext
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | FloatingWidgetView.java | 253 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 D | DigitalWellBeingToast.java | 130 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 D | RecentsView.java | 721 mActivity.getViewCache().setCacheSize(R.layout.digital_wellbeing_toast, 5); in RecentsView()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | BaseActivity.java | 136 public ViewCache getViewCache() { in getViewCache() method in BaseActivity
|
H A D | Launcher.java | 2668 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 D | FolderPagedView.java | 109 mViewCache = ActivityContext.lookupContext(context).getViewCache(); in FolderPagedView()
|