Home
last modified time | relevance | path

Searched refs:recycleViewForNextCreation (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/
DLauncherAppWidgetHostTest.kt46 underTest.recycleViewForNextCreation(mockRecycleView) in Host set view to recycle()
59 underTest.recycleViewForNextCreation(mockRecycleView) in Host create view()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetHost.java44 public void recycleViewForNextCreation(ListenableHostView viewToRecycle) { in recycleViewForNextCreation() method in LauncherAppWidgetHost
DLauncherWidgetHolder.java431 host.recycleViewForNextCreation(lhv); in recycleExistingView()
436 host.recycleViewForNextCreation(null); in recycleExistingView()