Home | History | Annotate | Download | only in widget

Lines Matching refs:RecycleBin

1205             // Pull all children into the RecycleBin.
1208 final RecycleBin recycleBin = mRecycler;
1212 recycleBin.addScrapView(getChildAt(i), firstPosition+i);
1215 recycleBin.fillActiveViews(childCount, firstPosition);
1221 recycleBin.removeSkippedScrap();
1277 recycleBin.scrapActiveViews();