Searched refs:removeAndRecycleAllViews (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java226 removeAndRecycleAllViews(recycler);
477 removeAndRecycleAllViews(recycler);
H A DRecyclerView.java989 mLayout.removeAndRecycleAllViews(mRecycler);
1134 mLayout.removeAndRecycleAllViews(mRecycler);
8245 * recyling. Methods like {@link #removeAndRecycleAllViews(Recycler)} will ignore the child
9308 public void removeAndRecycleAllViews(Recycler recycler) { method in class:RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java230 removeAndRecycleAllViews(recycler);
481 removeAndRecycleAllViews(recycler);
H A DRecyclerView.java1073 mLayout.removeAndRecycleAllViews(mRecycler);
1218 mLayout.removeAndRecycleAllViews(mRecycler);
8517 * recyling. Methods like {@link #removeAndRecycleAllViews(Recycler)} will ignore the child
9691 public void removeAndRecycleAllViews(Recycler recycler) { method in class:RecyclerView.LayoutManager
H A DStaggeredGridLayoutManager.java613 removeAndRecycleAllViews(recycler);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java1680 removeAndRecycleAllViews(recycler);
2426 removeAndRecycleAllViews(recycler);
2753 lm.removeAndRecycleAllViews(recyclerView.mRecycler);
3353 removeAndRecycleAllViews(recycler);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1955 public void removeAndRecycleAllViews(RecyclerView.Recycler recycler) { method in class:GridLayoutManager
1956 if (TRACE) TraceCompat.beginSection("removeAndRecycleAllViews");
1957 if (DEBUG) Log.v(TAG, "removeAndRecycleAllViews " + getChildCount());
2088 removeAndRecycleAllViews(recycler);

Completed in 299 milliseconds