Searched refs:workRV (Results 1 – 2 of 2) sorted by relevance
223 void setup(AllAppsRecyclerView mainRV, AllAppsRecyclerView workRV, SearchRecyclerView searchRV, in setup() argument233 mWorkRV = workRV; in setup()
1268 AllAppsRecyclerView workRV = mAH.get(AdapterHolder.WORK).mRecyclerView; in inflateWorkCardsIfNeeded() local1269 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()