Searched defs:removeAndRecycleScrapInt (Results 1 - 4 of 4) sorted by last modified time

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1074 mLayout.removeAndRecycleScrapInt(mRecycler);
1219 mLayout.removeAndRecycleScrapInt(mRecycler);
3764 mLayout.removeAndRecycleScrapInt(mRecycler);
8600 void removeAndRecycleScrapInt(Recycler recycler) { method in class:RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java750 public void removeAndRecycleScrapInt(RecyclerView.Recycler recycler) { method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager
751 super.removeAndRecycleScrapInt(recycler);
H A DWrapContentBasicTest.java233 public void removeAndRecycleScrapInt(RecyclerView.Recycler recycler) { method in class:WrapContentBasicTest.WrapContentLayoutManager
234 super.removeAndRecycleScrapInt(recycler);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java990 mLayout.removeAndRecycleScrapInt(mRecycler);
1135 mLayout.removeAndRecycleScrapInt(mRecycler);
3604 mLayout.removeAndRecycleScrapInt(mRecycler);
8327 void removeAndRecycleScrapInt(Recycler recycler) { method in class:RecyclerView.LayoutManager

Completed in 84 milliseconds