Home | History | Annotate | Download | only in widget

Lines Matching refs:recycleBin

1256             // Pull all children into the RecycleBin.
1259 final RecycleBin recycleBin = mRecycler;
1263 recycleBin.addScrapView(getChildAt(i), firstPosition+i);
1266 recycleBin.fillActiveViews(childCount, firstPosition);
1271 recycleBin.removeSkippedScrap();
1327 recycleBin.scrapActiveViews();