Searched defs:removeAndRecycleExistingViews (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java115 final boolean removeAndRecycleExistingViews) throws Throwable {
120 mRecyclerView.swapAdapter(adapter, removeAndRecycleExistingViews);
114 swapAdapter(final RecyclerView.Adapter adapter, final boolean removeAndRecycleExistingViews) argument
H A DRecyclerViewLayoutTest.java1535 private void compatibleAdapterTest(boolean useCustomPool, boolean removeAndRecycleExistingViews) argument
1566 swapAdapter(new TestAdapter(10), removeAndRecycleExistingViews);
1569 if (removeAndRecycleExistingViews) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java781 * @param removeAndRecycleExistingViews If set to true, RecyclerView will recycle all existing
787 public void swapAdapter(Adapter adapter, boolean removeAndRecycleExistingViews) { argument
790 setAdapterInternal(adapter, true, removeAndRecycleExistingViews);

Completed in 133 milliseconds