Searched refs:getViewCache (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | FloatingSurfaceView.java | 90 mLauncher.getViewCache().recycleView(R.layout.floating_surface_view, this); in handleClose() 116 FloatingSurfaceView view = launcher.getViewCache().getView(R.layout.floating_surface_view, in show()
|
D | FloatingIconView.java | 615 FloatingIconView view = launcher.getViewCache().getView(R.layout.floating_icon_view, in getFloatingIconView() 687 mLauncher.getViewCache().recycleView(R.layout.floating_icon_view, this); in finish()
|
D | ActivityContext.java | 207 default ViewCache getViewCache() { in getViewCache() method
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
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()
|
D | DigitalWellBeingToast.java | 128 TextView toast = mContainer.getViewCache().getView(R.layout.digital_wellbeing_toast, in setLimit() 318 mContainer.getViewCache().recycleView(R.layout.digital_wellbeing_toast, mBanner); in resetOldBanner()
|
D | RecentsView.java | 864 mContainer.getViewCache().setCacheSize(R.layout.digital_wellbeing_toast, 5); in RecentsView()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarView.java | 303 mActivityContext.getViewCache().recycleView(view.getSourceLayoutResId(), view); in removeAndRecycle() 660 return mActivityContext.getViewCache().getView(layoutResId, mActivityContext, this); in inflate()
|
D | TaskbarActivityContext.java | 643 public ViewCache getViewCache() { in getViewCache() method in TaskbarActivityContext
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BaseActivity.java | 169 public ViewCache getViewCache() { in getViewCache() method in BaseActivity
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 112 mViewCache = activityContext.getViewCache(); in FolderPagedView()
|