Home
last modified time | relevance | path

Searched refs:workRV (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java223 void setup(AllAppsRecyclerView mainRV, AllAppsRecyclerView workRV, SearchRecyclerView searchRV, in setup() argument
233 mWorkRV = workRV; in setup()
DActivityAllAppsContainerView.java1268 AllAppsRecyclerView workRV = mAH.get(AdapterHolder.WORK).mRecyclerView; in inflateWorkCardsIfNeeded() local
1269 if (workRV != null) { in inflateWorkCardsIfNeeded()
1270 for (int i = 0; i < workRV.getChildCount(); i++) { in inflateWorkCardsIfNeeded()
1271 View currentView = workRV.getChildAt(i); in inflateWorkCardsIfNeeded()
1272 int currentItemViewType = workRV.getChildViewHolder(currentView).getItemViewType(); in inflateWorkCardsIfNeeded()