Home | History | Annotate | Download | only in widget

Lines Matching refs:RecycleBin

327     final RecycleBin mRecycler = new RecycleBin();
6347 * @see android.widget.AbsListView.RecycleBin
6530 * inside the RecycleBin's scrap heap. This listener is used to free resources
6531 * associated to Views placed in the RecycleBin.
6533 * @see android.widget.AbsListView.RecycleBin
6548 * The RecycleBin facilitates reuse of views across layouts. The RecycleBin has two levels of
6557 class RecycleBin {