Searched refs:RecentRowAdapter (Results 1 – 1 of 1) sorted by relevance
73 private RecentRowAdapter mRecentAdapter;421 mRecentAdapter = new RecentRowAdapter(MAX_RECENT_ITEM_COUNT); in startBrowseIfDvrInitialized()746 private class RecentRowAdapter extends SortedArrayAdapter<Object> { class in DvrBrowseFragment747 RecentRowAdapter(int maxItemCount) { in RecentRowAdapter() method in DvrBrowseFragment.RecentRowAdapter