Searched refs:removeAndRecycleExistingViews (Results 1 – 3 of 3) sorted by relevance
183 final boolean removeAndRecycleExistingViews) throws Throwable { in swapAdapter() argument188 mRecyclerView.swapAdapter(adapter, removeAndRecycleExistingViews); in swapAdapter()
2651 private void compatibleAdapterTest(boolean useCustomPool, boolean removeAndRecycleExistingViews) in compatibleAdapterTest() argument2682 swapAdapter(new TestAdapter(10), removeAndRecycleExistingViews); in compatibleAdapterTest()2685 if (removeAndRecycleExistingViews) { in compatibleAdapterTest()
1037 public void swapAdapter(Adapter adapter, boolean removeAndRecycleExistingViews) { in swapAdapter() argument1040 setAdapterInternal(adapter, true, removeAndRecycleExistingViews); in swapAdapter()