Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsStore.java133 public void unregisterIconContainer(ViewGroup container) { in unregisterIconContainer() method in AllAppsStore
DAllAppsContainerView.java409 mAllAppsStore.unregisterIconContainer(mAH[AdapterHolder.MAIN].recyclerView); in rebindAdapters()
410 mAllAppsStore.unregisterIconContainer(mAH[AdapterHolder.WORK].recyclerView); in rebindAdapters()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java168 getAppsStore().unregisterIconContainer(this); in onDetachedFromWindow()