Searched refs:getViewCache (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | FloatingSurfaceView.java | 92 mLauncher.getViewCache().recycleView(R.layout.floating_surface_view, this); in handleClose() 118 FloatingSurfaceView view = launcher.getViewCache().getView(R.layout.floating_surface_view, in show()
|
D | FloatingIconView.java | 589 FloatingIconView view = launcher.getViewCache().getView(R.layout.floating_icon_view, in getFloatingIconView() 661 mLauncher.getViewCache().recycleView(R.layout.floating_icon_view, this); in finish()
|
D | ActivityContext.java | 180 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 | 122 TextView toast = mActivity.getViewCache().getView(R.layout.digital_wellbeing_toast, in setLimit() 298 mActivity.getViewCache().recycleView(R.layout.digital_wellbeing_toast, mBanner); in resetOldBanner()
|
D | RecentsView.java | 802 mActivity.getViewCache().setCacheSize(R.layout.digital_wellbeing_toast, 5); in RecentsView()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarView.java | 229 mActivityContext.getViewCache().recycleView(view.getSourceLayoutResId(), view); in removeAndRecycle() 551 return mActivityContext.getViewCache().getView(layoutResId, mActivityContext, this); in inflate()
|
D | TaskbarActivityContext.java | 419 public ViewCache getViewCache() { in getViewCache() method in TaskbarActivityContext
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BaseActivity.java | 157 public ViewCache getViewCache() { in getViewCache() method in BaseActivity
|
D | Launcher.java | 2810 getViewCache().setCacheSize(R.layout.folder_application, 2812 getViewCache().setCacheSize(R.layout.folder_page, 2);
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 110 mViewCache = ActivityContext.lookupContext(context).getViewCache(); in FolderPagedView()
|