Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsStore.java127 public void registerIconContainer(ViewGroup container) { in registerIconContainer() method in AllAppsStore
DAllAppsContainerView.java432 mAllAppsStore.registerIconContainer(mAH[AdapterHolder.MAIN].recyclerView); in rebindAdapters()
433 mAllAppsStore.registerIconContainer(mAH[AdapterHolder.WORK].recyclerView); in rebindAdapters()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java155 getAppsStore().registerIconContainer(this); in onAttachedToWindow()